Introduction to Object-Oriented Programming Concepts in Java

  • 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.
Introduction to Object-Oriented Programming Concepts in Java

Object-Oriented Programming Concepts

There are 6 objects arranged programming ideas in Java which are given underneath.

  1. Class
  2. Object
  3. Exemplification
  4. Polymorphism
  5. Legacy
  6. Deliberation
  7. 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.

Leave a Comment