Closed hachi8833 closed 7 years ago
Well it's not that correct. Class
class is all classes' class. In other words, all classes are Class
's instance.
And the inheritance tree is actually very simple: Every built in classes (includes standard lib like file
) inherits ObjectClass
, and also is an instance of Class
But drawing an inheritance chart is a very good idea, thanks!
Created a class inheritance chart of goby.
I'm just wondering if this is correct, and how to add this to your README.