Java OOP Presentation
Java OOP Presentation
Object Oriented
Programming
OOP in JAVA
TEAM AIMER’S PRESENTED TO:
Content
BASICS OF OOP
4 PILLARS OF OOP
INHERITANCE
ENCAPSULATION
POLYMORPHISM
ABSTRACTION
CONCLUSION
OOP in JAVA
Basics of OOP
Before we discuss about 4 piller we have to understand these two concept
Class Object
OOP in JAVA
INHERITANCE
OUTPUT
ENCAPSULATION
OUTPUT
POLYMORPHISM
Polymorphism means "many forms", and it
occurs when we have many classes that
are related to each other by inheritance.
EXAMPLE OF POLYMORPHISM
OUTPUT
Abstraction
Data hide
OUTPUT
Sources-
www.google.com
en.wikipedia.org
www.quora.com