What is meant by Object Oriented Programming

Object-Oriented Programming or OOPs is a programming style which focuses on the below core features:

  • Inheritance : Inheritance is a process where one class acquires the properties of another.
  • Encapsulation : Encapsulation in Java is a mechanism of wrapping up the data and code together as a single unit.
  • Abstraction : Abstraction is the methodology of hiding the implementation details from the user and only providing the functionality to the users.
  • Polymorphism : Polymorphism is the ability of a variable, function or object to take multiple forms

Object-Oriented Programming or OOPs is a programming style which focuses on the below core features:

  • Inheritance : Inheritance is a process where one class acquires the properties of another.
  • Encapsulation : Encapsulation in Java is a mechanism of wrapping up the data and code together as a single unit.
  • Abstraction : Abstraction is the methodology of hiding the implementation details from the user and only providing the functionality to the users.
  • Polymorphism : Polymorphism is the ability of a variable, function or object to take multiple forms
Ram
Ram

I'm a full-stack developer and a software enthusiast who likes to play around with cloud and tech stack out of curiosity. You can connect with me on Medium, Twitter or LinkedIn.

Leave a Reply

Your email address will not be published. Required fields are marked *