Vidyalelo
Python · Q60

Concept of Object Oriented Programs in Python

Programming · Python · question 60

Q60

Which principle of OOP allows a class to provide a specific implementation of a method that is already defined in its parent class?

A.
Overriding
Answer
B.
Polymorphism
C.
Encapsulation
D.
Inheritance

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board