write about the concepts of Object oriented programming.
Answers
Answered by
0
Explanation:
Object-oriented programming has four basic concepts: encapsulation, abstraction, inheritance and polymorphism. Even if these concepts seem incredibly complex, understanding the general framework of how they work will help you understand the basics of a computer program.
Answered by
1
Answer:
Explanation:
Object-Oriented Principles. Encapsulation, inheritance, and polymorphism are usually given as the three fundamental principles of object-oriented languages (OOLs) and object-oriented methodology. These principles depend somewhat on the type of the language.
Similar questions