volume_mute
Dramatic shift to languages that use dynamic type binding
publish date: 2022/09/05 01:15:00 GMT+10
volume_muteBefore the mid-1990s, the most commonly used programming languages used static type binding, the primary exceptions being some functional languages such as LISP. However, since then there has been a significant shift to languages that use dynamic type binding. In Python, Ruby, JavaScript, and PHP, type binding is dynamic.
Correct Answer
True
Reference
Concepts of Programming languages, 10th ed