class inheritance when not defined

Andrej Viktorovich viktorovichandrej at gmail.com
Fri Sep 8 04:17:49 EDT 2017


Hello

I found several class creation samples:

class ExampleClass1:

class ExampleClass2(object):


What is difference between them? Who is the father of ExampleClass1 ?



More information about the Python-list mailing list