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-09-23 14:38

>>38
And yet your code is never used. In that sense it's worse than the average example.

Usually you want to mess with an object or class because you got it from somewhere else. This is where the examples tend to break down, they take the view that you're writing the object, and taking the long way around to get functionality you could have added in the first place. Personally I'd start with subclassing and work backwards (and forwards) from there. In fundamentally OO-languages that's about all you can do and the concept doesn't take a lot of time to master.

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