+ 1
how object oriented approach helps us keep complexity of software development under control?
Simple explanation thanks.
2 Answers
+ 2
I think you will rather write more code in OOP.
And it will be understandable only if the design (how real-life stuff is modelled) is very well thought out.
+ 1
You write less code and instead of the procedural approach, stick to more human-understandable code.