0
what does it mean??
OOPs makes development and maintenance easier where as in Procedure-oriented programming language it is not easy to manage if code grows as project size grows
1 Answer
0
What the OOP paradigm does for you is it makes it easier to organize variables and functions, and allows you to move them around together more easily.



