explain-why language is dynamic
Answers
Answered by
3
A dynamic language is generally considered to
be one that can dynamically interpret & generate code at runtime. C#
can't do that. There are also dynamically typed & statically typed languages. Dynamically typed means that the type of a variable is not set and can change throughout the program execution.
Answered by
3
A dynamic language is generally considered to be one that can dynamically interpret & generate code at runtime. C# can't do that. There are also dynamically typed & statically typed languages. Dynamically typed means that the type of a variable is not set and can change throughout the program execution.
Similar questions