- Object-Oriented Programming is utilized to speak to genuine world information.
- The fundamental spotlight is on the information.
- Simula is viewed as the primary object situated programming language.
Object-Oriented Programming Concepts
There are 6 objects arranged programming ideas in Java which are given underneath.
- Class
- Object
- Exemplification
- Polymorphism
- Legacy
- Deliberation
- Class
Class is an assortment of comparable kind of objects which have
some normal properties.
Object
The object is any true substance which has physical
presence either living or non-living.
Exemplification
The wrapping up of information and capacities into a solitary unit (class)
is known as exemplification.
Polymorphism
Polymorphism is utilized to expect the capacity of a few
various structures. Or then again we can say performing one errand in various manners.
Legacy
Making another class structure a current class is
known as a legacy. It gives code reusability.
Reflection
Concealing the intricacy and indicating the usefulness is known
as reflection.
Demonstrating the basic information and stowing away the unimportant information.
In the next instructional exercises, we will talk about these ideas in detail.