Re: OOP can be simply summed up as 'passing messages to objects'
- From: "Phlip" <phlipcpp@xxxxxxxxx>
- Date: Sun, 26 Feb 2006 20:47:56 GMT
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!!!
.
- Follow-Ups:
- Re: OOP can be simply summed up as 'passing messages to objects'
- From: Alfredo Novoa
- Re: OOP can be simply summed up as 'passing messages to objects'
- References:
- Re: OOP can be simply summed up as 'passing messages to objects'
- From: Daniel T.
- Re: OOP can be simply summed up as 'passing messages to objects'
- Prev by Date: Re: OOP can be simply summed up as 'passing messages to objects'
- Next by Date: Re: OOP can be simply summed up as 'passing messages to objects'
- Previous by thread: Re: OOP can be simply summed up as 'passing messages to objects'
- Next by thread: Re: OOP can be simply summed up as 'passing messages to objects'
- Index(es):