Python - Inheritance and Code Reuse
Which of the following is the correct way to call a parent class method
greet from a child class in Python?greet from a child class in Python?super() is used to access parent class methods from child.super().greet(), which is correct syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions