Python - Inheritance and Code Reuse
Which of the following is the correct syntax to call a parent class method
greet inside a child class method using super()?greet inside a child class method using super()?super() followed by dot and method name.super().greet() uses the right parentheses and dot notation.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions