I tried to think of a better name for this is but I couldn't. Also every topic on this involves python and I don't know python
I know that the dafult :meta-class
is standar-class
And that standard-object
is an instance of the standard-class
and that every class is an instance of the standard-class
and inherits everything from the standard-object
but how is this this possible?
As in how can standard-object
be an object and a superclass both at the same time?
How does it work and why?
What I don't understand is how can an instantained class be also a class?