Which of the following comparisons between static and dynamic type checking is incorrect?
Which of the following comparisons between static and dynamic type checking is incorrect? Correct Answer Unlike static type checking, dynamic type checking is done during compilation
- A language is statically-typed if the type of a variable is known at compile time instead of at runtime
- Dynamic type checking is the process of verifying the type safety of a program at runtime.
- Therefore dynamic type checking is done during compilation is the incorrect statement
মোঃ আরিফুল ইসলাম
Feb 20, 2025