|
|
[ Previous ]
[ Index ]
[ Next ]
Recap
- Objects are made up of method slots, constant and assignable data slots. A data slot can be a parent.
- Everything is initiated by a message; slot access, slot assignment, and method invocation.
- The system is organized around prototypes, which are copied.
- Shared behavior is achieved through inheritance; traits objects contain the shared behavior.
- Namespaces are made of objects.
|