»» What do you mean by static typing?
Answers
Answered by
7
✶⊶⊷⊶⊷⊷⊶⊷ ❍⊷⊶⊷⊶⊷⊶⊷✶
static typed languages are those in which type checking is done at compile-time, whereas dynamic typed languages are those in which type checking is done at run-time
✶⊶⊷⊶⊷⊷⊶⊷ ❍⊷⊶⊷⊶⊷⊶⊷✶
.
S
Answered by
0
lot of people define static typing and dynamic with respect to the point at which the variable types are checked use this analogy static typed languages are those in which type checking is done at compile time where dynamic type languages are those in which type checking is done at run time
Similar questions