Saturday, January 19, 2008

OOP

Object:
Objects are the basic run-time entities in an object-oriented system. Every object is associated with data and functions which define meaningful operations on that object.


Features of OOPs are the following:



Encapsulation
Data abstraction
Inheritance
Polymorphism
Message
passing
Extensibility
Persistence
Delegation
Genericity
Multiple Inheritance

No comments: