Vidyalelo
Python · Q76

Concept of Object Oriented Programs in Python

Programming · Python · question 76

Q76

What is the main advantage of using polymorphism in object-oriented programming?

A.
It allows objects of different classes to be treated uniformly
Answer
B.
It simplifies syntax
C.
It reduces code size
D.
It makes code run faster

Answer: Option A

Solution

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