Examveda

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

B. A built-in function

C. A specific data type

D. A special variable

Answer: Option A


This Question Belongs to Python Program >> Classes And Objects In Python

Join The Discussion

Related Questions on Classes and Objects in Python