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 12:46

>>34

I see where you are coming, but you are not coming from my post as I intended it. By "less kinds of animals" I meant less language axioms/concepts/core objects/element types. A class-based object system requires objects, and then it requires classes, or a special type of object which is a class and which you may make instance of while this doesn't hold true for other objects. On the other side, a prototype-based object system requires little speciality, and is thus cleaner, simpler and more flexible. That's what I meant; not some convoluted example of OOP.

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