Vidyalelo
Python · Q13

Classes and Objects in Python

Programming · Python · question 13

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
Answer
B.
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