What kind of programs/solutions can only be written with OOP or are too hard to achieve without it?

Posted by user1598390 on Programmers See other posts from Programmers or by user1598390
Published on 2012-10-29T16:19:17Z Indexed on 2012/10/29 17:21 UTC
Read the original article Hit count: 153

Paraphrasing a recent question: What is Object Oriented Programming ill-suited for?

I would like to ask the opposite question:

What kind of programs cannot be written unless you use OOP?
What kind of programs are not recommended to be written using non-OOP techniques?
What kind of programs need OOP in order to even be written? What kind of programs would be too hard to write without OOP ?

The answer to this question can help sell the idea of OOP to project leaders that have no special interest in code quality. At least they could buy the idea if one shows them the kind of things that are not even possible unless you use OOP.

© Programmers or respective owner

Related posts about project-management

Related posts about object-oriented