Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Object Oriented Programming

Name: Anonymous 2010-09-21 13:22

As a novice programmer and as someone who started learning programming with C, OOP just seems annoying to me. Seems as though it's easier to accomplish the same tasks without it. Is it actually necessary to learn it?

Name: Anonymous 2010-10-01 23:28

>>76
Operator overloading, just like Sepples itself, can be good if used correctly. For example, the string class uses operators in a pretty intuitive way.

And what's wrong with templates?

Name: Anonymous 2010-10-02 1:24

>>77
Sure, if you think that left-shifting things onto a stream to print them is "intuitive".

And what's wrong with templates?
It introduces what's basically an additional language with totally different binding semantics. That's a lot of complexity to deal with.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List