(object) was used because they could not correct the mistakes in earlier versions of Python. The mistake could not be fixed so what they did was to have any class that is created use the "object" class. So it is like "object" is the parent class and all other classes are its children .
@trailingdot lol ty for explaining that was wondering myself too. also ty for keeping it down to earth lol some people use to many big random words for some reason thats why i like jreams tutorials keeps it down to earth more or less
In Java every class automatically extends Object if nothing else is specified.
WASDsweden 6 months ago
(object) was used because they could not correct the mistakes in earlier versions of Python. The mistake could not be fixed so what they did was to have any class that is created use the "object" class. So it is like "object" is the parent class and all other classes are its children .
Thanks for making these great videos by the way!
trailingdot 7 months ago
@trailingdot lol ty for explaining that was wondering myself too. also ty for keeping it down to earth lol some people use to many big random words for some reason thats why i like jreams tutorials keeps it down to earth more or less
CodePython 2 months ago