write the three advantage of oop over pop
Answers
Answered by
0
Three advantages of Object-Oriented Programming as follows
Advantages of Object-Oriented Programming:
Unlike POP, OOP has a data hiding feature and it becomes easier to handle and manage languages and data in OOP. Troubleshooting becomes easier in OOP.- Another made Advantage in OOP is inheritance. It means if your create a group and then a sub-group. The sub-group will acquire all the attributes of the parent object. You don't have to create the same thing again and again.
- OOP is very effective and solving large problems. It will divide the problem into small problems and then solve them using the class that you have written.
#SPJ3
Learn more about OOP
What is object oriented programming
https://brainly.in/question/3783924
Similar questions