Computer Science, asked by aakarsitsrivastava, 8 months ago


Enlist the features of Object Oriented Programming.​

Answers

Answered by rakzhana01
7

Answer:

  • Encapsulation Enforces Modularity.
  • Inheritance Passes "Knowledge" Down.
  • Polymorphism Takes any Shape.
  • OOP Languages.

Answered by kirat7524
1

Explanation:

There are three major features in object-oriented programming that makes them different than non-OOP languages: encapsulation, inheritance and polymorphism.

Encapsulation Enforces Modularity. ...

Inheritance Passes "Knowledge" Down. ...

Polymorphism Takes any Shape. ...

OOP Languages.

Similar questions