+2 votes
in Class 11 by kratos

What is the purpose of object-oriented programming?

1 Answer

+1 vote
by kratos
 
Best answer

The main purpose of object-oriented programming is to simplify the design, programming and most importantly debugging of a program. So to modify a particular data, it is easy to identify which function to use.

...