|
|
|
|
|
by nabla9
4576 days ago
|
|
The way OO is used in real world, classes encapsulate spaghetti code into smaller chunks. It has been reasonably successful, but good module system can do the same thing. Personally, I like the Alan Kay's definition: >OOP to me means only messaging, local retention and protection and hiding of state-process, and extreme late-binding of all things. It can be done in Smalltalk and in LISP. There are possibly other systems in which this is possible, but I'm not aware of them. http://userpage.fu-berlin.de/~ram/pub/pub_jf47ht81Ht/doc_kay... |
|