Difference between Strong vs Static Typing AND Weak vs Dynamic Typing

Viewed 20088

From what I understand, dynamic typing is the same as weak typing and strong typing is the same as static typing, but I'm not sure I'm correct.

1 Answers
Related