OOPS :-
- Class
- Object
- Inheritance
- Polymorphism
- Data Abstraction
- Encapsulation
- Class :-
Class is a collection of data member , member function or collection of object.
class = Data variable + Symbol + member function.
- Object:-
Object is nothing but run time instance of the class
Object is a real world entity by which we can access the features (Data variables and member functions)

Comments
Post a Comment