Re: OOP can be simply summed up as 'passing messages to objects'
- From: "H. S. Lahman" <h.lahman@xxxxxxxxxxx>
- Date: Mon, 27 Feb 2006 16:58:14 GMT
Responding to Pillai via Daniel T....
This is my 1st year B-tech Seminar topic.Can anyone plaese give me
someone please give me some points for this????
I'm redirecting this from comp.lang.c++. Anybody want to help out?
The short answer is No. B-)
While peer-to-peer collaboration is crucial to OOA/D/P and separation of message and method is crucial to decoupling implementations in OOA/D, messages aren't really what the OO paradigm is about. If one wants a thumbnail phrase I think a better one would be: basing software structure on intrinsic problem space structure through abstraction. Problem space abstraction is probably the only truly unique thing that the OO paradigm brings to the table.
However, I don't think there is an simplistic buzz-phrase to describe the OO paradigm because the paradigm is so fundamentally different than the hardware computation models that underlie most of the traditional computing space. Thus things like inheritance, various flavors of polymorphism, decoupling, implementation hiding, relationships, peer-to-peer collaboration, separation of concerns, modularity, interfaces, the RDM, and a bunch or other stuff all play together in a unique methodological package under the OO paradigm.
*************
There is nothing wrong with me that could
not be cured by a capful of Drano.
H. S. Lahman
hsl@xxxxxxxxxxxxxxxxx
Pathfinder Solutions -- Put MDA to Work
http://www.pathfindermda.com
blog: http://pathfinderpeople.blogs.com/hslahman
(888)OOA-PATH
.
- Follow-Ups:
- 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: software architecture/design question
- Next by Date: Re: With Agile methods, we are measuring the right things
- 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):
Relevant Pages
|