Programming Concepts

The following statement describes a specific concept. What is it called? a type system where variable types are checked at runtime rather than at compile time.

Correct answer

C. Dynamic typing

Explanation

Dynamic typing refers to a type system where variable types are checked at runtime rather than at compile time.