volume_mute
Explicit vs Implicit declaration
publish date: 2022/09/01 05:25:00 GMT+10
volume_mute- An (1)
is a statement in a program that lists variable names and specifies that they are a particular type.
- An (2)
is a means of associating variables with types through default conventions, rather than declaration statements.
Please drag and drop the selected option in the right place or type it instead
explicit declaration
implicit declaration
Correct Answer
(1) explicit declaration
(2) implicit declaration
Explanation
In dynamic binding, the first appearance of a variable name in a program constitutes its implicit declaration. Both explicit and implicit declarations create static bindings to types.
Reference
Concepts of Programming languages, 10th ed