First page Back Continue Last page Overview Graphics


Notes:

It's not possible for objects to share instance variable tables, because the garbage collector assumes that each object has its own instance variable table.

For the same reason, it's not possible for classes or modules to share method tables.