Instance Variable

An instance variable (x) is a variable that is local to an instance. Neither the class nor any other instance can access that variable.

~

I add a number of facilities to those in ClassDescription: