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

Does OOP serve a purpose?

Name: Anonymous 2012-08-08 15:32

Aside from encapsulating data well and making generalisation fanbois wet?

Name: Anonymous 2012-08-08 19:12

>>10,13
Java taught many wrong lessons. Many people believe that encapsulation is “hiding” attributes with private and defining accessor methods (get/set).

A basic definition of OOP: just another variant of black box abstraction, in which each piece of software (object) holds both state (data) and behaviour (code), and communicate by message passing. The whole fuss is the confusion between what it is and how it is implemented, and that's all folks!

>>11
No. But it's okay with some sort of name aliasing.

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