Quiz Yourself on Super Built-in

Test yourself on the super built-in with Python.

Quiz

1

What sort of inheritance is this?

class A():
   pass
class B():
   pass
class C():
   pass
A)

Single inheritance

B)

Multiple inheritance

C)

Hierarchical Inheritance

D)

Hybrid Inheritance

Question 1 of 30 attempted

Get hands-on with 1200+ tech skills courses.