Computer Science, asked by rahulpanday262, 1 year ago

What are the key concepts of object oriented design?

Answers

Answered by arpithasonu8
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