Dynamic typing
January 5, 2023 |
permanent
Concept #
- tags
- Programming
The term dynamic typing means that a compiler or an interpreter assigns a type to all the variables at run-time. The type of a variable is decided based on its value. ref
The term dynamic typing means that a compiler or an interpreter assigns a type to all the variables at run-time. The type of a variable is decided based on its value. ref