MCQOPTIONS
Saved Bookmarks
| 1. |
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 |
| D. | Makes the program code smaller |
| Answer» D. Makes the program code smaller | |