What do you use the super() function for in the context of Python’s class inheritance?
super()
Select one:
To call a method from the superclass
To override a method in the superclass
To check if a class is a subclass of another class
Hint
It can help you to reuse code from the superclass.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?