Q13
What is method overriding in Python classes?
A.
It allows a subclass to provide a specific implementation of a method that is already defined in its superclass
AnswerB.
A built-in function
C.
A specific data type
D.
A special variable
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board