Quick Quiz!

Test your understanding of inheritance by taking this short quiz.

We'll cover the following...
Technical Quiz
1.

Which of the following syntax is used to inherit ChildClass from the ParentClass?

A.
class ParentClass(ChildClass):
B.
class ChildClass(ParentClass):
C.
class ChildClass inherts ParentClass:
D.
class ChildClass extends ParentClass:

1 / 5