volume_mute

Dynamic Type Binding in programming

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

volume_mute

A variable is bound to a variable when it is assigned a value in an assignment statement.

True
False

Correct Answer

True

Explanation

When the assignment statement is executed, the variable being assigned is bound to the type of the value of the expression on the right side of the assignment.

Reference

Concepts of Programming languages, 10th ed


Quizzes you can take where this question appears