MCQs > IT & Programming > Python > In a Python 3 class declared as 'Child(Base)', what is the correct way for a method 'foo()' to call its base implementation?

Python MCQs

In a Python 3 class declared as "Child(Base)", what is the correct way for a method "foo()" to call its base implementation?

Answer

Correct Answer: super().foo()

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it