First page Back Continue Last page Overview Graphics


Notes:

So let's say you are talking about the class Hash. Hash's superclass is Object, so the superclass of Hash's singleton class is the class Class.

Note that superclass of the singleton class is not the singleton class of Class, it is Class itself.

Does everyone understand this?