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




Phlip ha escrito:

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

Passing messages to objects is simply a fashionable synonym of:
invoking procedures.


Regards
Alfredo

.



Relevant Pages