Here you are going to learn Object Oriented Programming (OOP)s concepts in Java.
There are 4 main concepts of OOPs are used, They are as follows,
Abstraction - (A)
Polymorphism - (P)
Inheritance - (I) and
Encapsulation - (E)
Shortly you can remember as A-PIE.
OOPS is a great concepts that used in Java. Its saves the developer time in re-writing same code to different modules. Lets see the explanation of each OOP concepts,
Abstraction
The process of Abstraction used in the Java programming is to hide the data and to show only the essential features of the object
There are 4 main concepts of OOPs are used, They are as follows,
Abstraction - (A)
Polymorphism - (P)
Inheritance - (I) and
Encapsulation - (E)
Shortly you can remember as A-PIE.
OOPS is a great concepts that used in Java. Its saves the developer time in re-writing same code to different modules. Lets see the explanation of each OOP concepts,
Abstraction
The process of Abstraction used in the Java programming is to hide the data and to show only the essential features of the object