Dynamic typing

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


No notes link to this note

Go to random page

Previous Next