PrinciplesOfObjects
Appearance
==== Object oriented principles
==
- Everything is an object.
- Objects communicate
* Objects send and receive messages * Objects only respond to messages.
- Object inherit behavior/attributes
==== Object oriented principles
* Objects send and receive messages * Objects only respond to messages.