Computer Science, asked by mehaksisodia29, 7 months ago

9. Name & explain the principles of OOP, also give their benefits.

Answers

Answered by Anonymous
0

Answer:

What are the benefits of Oops?

4 Advantages of Object-Oriented !!

ProgrammingModularity for easier troubleshooting. Something has gone wrong, and you have no idea where to look. ...Reuse of code through inheritance. ...Flexibility through polymorphism. ...Effective problem solving.✔️

Answered by sarah17405
1

Answer:

There are 4 major principles that make an language Object Oriented. These are Encapsulation, Data Abstraction, Polymorphism and Inheritance. These are also called as four pillars of Object Oriented Programming.

Benefits:

The main aim of OOP is to bind together the data and the functions that operate on them so that no other part of the code can access this data except that function.

Similar questions