Vidyalelo
Python · Q21

Concept of Object Oriented Programs in Python

Programming · Python · question 21

Q21

What is the use of duck typing?

A.
More restriction on the type values that can be passed to a given method
B.
No restriction on the type values that can be passed to a given method
C.
Less restriction on the type values that can be passed to a given method
Answer
D.
Makes the program code smaller

Answer: Option C

Solution

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