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) Object:- Wrapping or binding of data variables or member function inside a class known as Encapsulation
it is a learning and understanding programming language hub .. its for beginners