Encapsulation : binding the data and function in a unit called class is called a data encapsulation. this allow the user to hide the information for outside world and doesn't allow the other user to change or modify the internal values of class.
Polymorphism: polymorphism is another strong feature of OOPS. it means one term in many forms.
Inheritance: another strong property of OOPS. this feature offers to derive a new class from an existing one and acquire all the feature of the existing class the new class which get the feature from existing class called derived class and other class is called base class.
Sunday, September 28, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment