The Object Oriented Features Of C++
OBJECT Object is a concept, abstraction, or thing with crisp boundaries and meaning for the problem at hand .Objects serves two purposes: they promote understanding of the real world and provide a practical basis for computer implementation. Decomposition of a problem in to objects depends on judgment and nature of the problem. All objects have identity and are distinguishable .Two apples with the same colour, shape, and texture are still individual apples. CLASS An object class describes a group of objects with similar properties, common behavior, common relationships to the other objects and common semantics. Person, company animal, process and window are all object classes. Object in a class have the same attributes and behavior pattern. Download Presentation
Thursday, 24 April 2008
The Object Oriented Features Of C++ -- paper presentation
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment