Quote:
|
2. C++ will finally allow us to use object-oriented programming, making code cleaner and more efficient to write and debug.
|
You don't
need an OO language to program in OO. We did OO in C this year (well, mostly). It's just way easier with an OO language

.
Well I guess you can't exactly practice polymorphism in C. But the whole encapsulation thing, easy.