volume_mute
Dynamic Type Binding in programming
publish date: 2022/09/04 12:18:00 GMT+10
volume_muteA variable is bound to a variable when it is assigned a value in an assignment statement.
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