Morgan Stanley interview question

Which is better between Object oriented and Procedural language?

Interview Answer

Anonymous

14 Sept 2013

As I prefer Java, explained the benefits of OOP. Though in some scenarios procedural languages are convenient as they provide more flexibility and make things easier for developers. (modularisation is not possible in all the cases). At the end, both have their pros and cons, so we can't really compare the two. It depends on the project requirements and developer's choice.

2