previous up next     contents index
Next: Creating Objects Up: Creating Classes Previous: Instance Variables

Initial Values

 

The initial value expressions, initialization procedure expression, and instance variable name handling procedure expression are all evaluated in a special environment. This environment includes:

The initial value expressions are evaluated at the time that an object is created. They are evaluated in the order in which they are defined (even across clauses and including sequence clauses).



PLT