volume_mute

Static Binding vs Dynamic Binding

publish date2022/09/04 12:37:00 GMT+10

volume_mute

When the type of a variable is bound, the name of the variable can be thought of being bound to a type, in the sense that the type and name of a variable are simultaneously bound. However, when a variable’s type is bound, its name can be thought of as being only temporarily bound to a type. In reality, the names of variables are never bound to types. Names can be bound to variables and variables can be bound to types.

Please drag and drop the selected option in the right place or type it instead
statically
dynamically

Correct Answer

(1) statically
(2) dynamically

Reference

Concepts of Programming languages, 10th ed


Quizzes you can take where this question appears