parent of all classes is "Object" class not "Class" class
I wonder: why is the parent of every class the 'Object' class? Why not "Class" class be the parent of all user defined classes?
Or, better yet, why didn't they make it "Banana"? Honestly, what's with all these seriously irrelevant questions today?
> I wonder: why is the parent of every class the
> 'Object' class? Why not "Class" class be the parent
> of all user defined classes?
[ _ ] You understood inheritance.
Is every instance you might hold in a reference an object?
Is every instance you might hold in a reference a class?
See?