Answer
A class extending a superclass is defined by class subclass(superclass) syntax.
super() is a function to call the superclass implicitly.
Superclass initializer is invoked by super()__init__() command.
Work Step by Step
Same as above.