Java - OOPS Concepts

Java is a Object Oriented Programming Language. OOP is providing some standard way to creating the object and using the object.
Below are the OOP concepts,

  1. Class
  2. Object
  3. Inheritance
  4. Polymorphism 
  5. Abstraction
  6. Encapsulation

Comments