Basic Concepts of OOPs

The basic concepts of OOPs are

  • Class and objects
  • Inheritance
  • Polymorphism
  • Data Abstraction
  • Encapsulation

The above concepts will be explained detailly in the upcoming topics.


Related topics

What is OOPs in Java ?