explain language is dynamic
Answers
Answered by
1
A dynamic language is generally considered to be one that can dynamically interpret & generate code at runtime. C#can do that. There r also dynamically typed & statically typed languages. Dynamically typed means that the type of variable is not set nd can change throughout the program execution....
taniya24:
please mark me brainlist plzzz
Answered by
80
A dynamic programming language is a programming language in which operations otherwise done at compile-time can be done at run-time. For example, in JavaScript it is possible to change the type of a variable or add new properties or methods to an object while the program is running.
Similar questions