what are the basic principles of object oriented programming ( OOP )
Answers
Answered by
0
Answer:
The four principles of object-oriented programming are encapsulation, abstraction, inheritance, and polymorphism. These words may sound scary for a junior developer. And the complex, excessively long explanations in Wikipedia sometimes double the confusion.
Answered by
1
Answer:
- Data abstraction
- Inheritance
- polymorphism
- Data encapsulation
Similar questions