Skip to main content

Posts

Showing posts from October, 2020

Java 1 Topic

 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