Vidyalelo
Python · Q50

Concept of Object Oriented Programs in Python

Programming · Python · question 50

Q50

How is polymorphism implemented in object-oriented programming?

A.
By defining methods in a subclass that have the same name but different implementations as those in the parent class
Answer
B.
By using built-in functions
C.
By creating abstract classes
D.
By defining class variables

Answer: Option A

Solution

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