For those who don't do Objects
What is benefit of knowing about object-oriented stuff?
-
The notion of the object-oriented analysis is generally useful.
-
For C programmers: Modular programming works well.
-
If you have a complex problem, don't solve it by using old techniques (that's just sad!). Either:
-
get someone with modern skills to design and write it.
-
sit down with the books and a compiler and learn OO stuff yourself.
-