Quiz Yourself on Super Built-in
Test yourself on the super built-in with Python.
We'll cover the following...
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
1 / 3