!
- . , ( ).
( ), . ,
Object subclass:
instanceVariableNames: 'name breed birthdate'
classVariableNames: ''
package: 'TestC'
,
breed: aString
breed := aString
dog := Dog new.
dog name: 'Taylor'; breed: 'Great Dane'
. , . , :
Dog class instaceVariableNames: 'count'
, Dog
(a Metaclass
), , , .
, Dog
, count
ivar Dog
1. , Dog
. .
, ivar count
initialize
, increment
retrieve
. ? , . , ; , ( , , .)