Page 1 of 1

What is the use of duck typing?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
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
d) Makes the program code smaller