What are the key concepts of object oriented design?
Answers
Answered by
0
When completing an object-oriented design, there are five basic concepts to understand: classes/objects, encapsulation/data hiding, inheritance, polymorphism, and interfaces/methods.
It is often said that there are four main concepts in the area of object-oriented programming:
Abstraction.
Encapsulation.
Inheritance.
Polymorphism.
Similar questions