IndyColtsFan
Lifer
- Sep 22, 2007
- 33,656
- 686
- 126
C allows you to start coding right away but it's very low level. OO programming requires you to first learn a new way of thinking. The OO paradigm. Before actually doing any coding. It's a lot more initial investment but it's really how all modern coding is done and large projects just couldn't be done nowadays without OO desing.
I'm still partial to Assembly code.