Quiz Yourself on Super Built-in

Test yourself on the super built-in with Python.

We'll cover the following...

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
Access this course and 1400+ top-rated courses and projects.