What Is The Use Of Duck Typing #1125
What is the use of duck typing?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python OOPs - Python Polymorphism - Quiz No.1.
What is the use of duck typing?
More restriction on the type values that can be passed to a given method
No restriction on the type values that can be passed to a given method
Less restriction on the type values that can be passed to a given method
Makes the program code smaller