March 19, 2014
10:34 p.m.
A class variable is shared between all the subclasses. A class side instance variable is like instance variable, a slot at class side: every subclass (class side) will have its own slot. 2014-03-19 23:26 GMT+01:00 Yuriy Tymchuk <yuriy.tymchuk@me.com>:
Can anybody tell me what is the difference between the class variable on the "instance side" definition and instance variable on the "class side" definition?
Thanks in advance. Uko