Re: OOP can be simply summed up as 'passing messages to objects'



Vysakh P Pillai wrote:

This is my 1st year B-tech Seminar topic.Can anyone plaese give me
someone please give me some points for this????

OOP is passing messages to objects, where each responds to a message with a
method.

The caller doesn't always know which method will respond, from inside the
object. That is polymorphism. So OOP can be restated as a framework to
enable polymorphism.

Magic depends on tradition and belief. It does not welcome observation,
nor does it profit by experiment. On the other hand, science is based
on experience; it is open to correction by observation and experiment.

And hence Science cannot observe things that Magic can.

--
Phlip
http://www.greencheese.org/ZeekLand <-- NOT a blog!!!


.