OOP definition

[url#http://highered.mcgraw-hill.com/sites/0070593620/information_center_view0/] OBJECT-ORIENTED PROGRAMMING WITH C++, 3/e[/url]

by E BALAGURUSAMY

ISBN: 0070593620

The above book defines OOPS as

" Objet Oriented Programming is an approch to organise programs by creating partioned memory areas for both data and functions which can be used as a template for creating copies of such modules on demand "

Is this definition of OOP has any defects?

When my Java teacher evaluated my answer sheet,

he quoted my answer is inadequate

[588 byte] By [MeseemsOneMadrigala] at [2007-11-26 12:53:36]
# 1
http://en.wikipedia.org/wiki/Object-oriented_programming
BIJ001a at 2007-7-7 16:44:21 > top of Java-index,Java Essentials,New To Java...
# 2
You should ask your teacher why he found your answer inadequate. There's no one right answer.
jverda at 2007-7-7 16:44:21 > top of Java-index,Java Essentials,New To Java...
# 3
In that definition r u reflecting Abstracion Inheritance Polymorphism and Encapsulation ?u'r definition must be combination of all these
AnjanReddya at 2007-7-7 16:44:21 > top of Java-index,Java Essentials,New To Java...
# 4

> [url#http://highered.mcgraw-hill.com/sites/0070593620/

> information_center_view0/] OBJECT-ORIENTED

> PROGRAMMING WITH C++, 3/e[/url]

> " Objet Oriented Programming is an approch to

> organise programs by creating partioned memory areas

> for both data and functions which can be used as a

> template for creating copies of such modules on

> demand "

>

> Is this definition of OOP has any defects?

Look more into the same book

After the OOP definition It describes the

"Features of OOP"

As AnjanReddy and dizzy pointed these paras describes encapsulation, reuse of code...

Have you included all these in your answer?

Mithua at 2007-7-7 16:44:21 > top of Java-index,Java Essentials,New To Java...