MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following comparisons between static and dynamic type checking is incorrect? |
| A. | Dynamic type checking slows down the execution |
| B. | Dynamic type checking offers more flexibility to the programmers |
| C. | In contrast to Static type checking, dynamic type checking may cause failure in runtime due to type errors |
| D. | Unlike static type checking, dynamic type checking is done during compilation |
| Answer» E. | |