what are the features of object oriented programming?
Answers
Answered by
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
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