Computer Science, asked by Aagnick16, 1 day ago

what are the features of object oriented programming?​

Answers

Answered by robinvinu088
1

Answer:

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.

Answered by Anonymous
2

Answer:

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