volume_mute

Explicit vs Implicit declaration

publish date2022/09/01 05:25:00 GMT+10

volume_mute
  • An (1) transparent is a statement in a program that lists variable names and specifies that they are a particular type.
  • An (2) transparent is a means of associating variables with types through default conventions, rather than declaration statements.
drag and drop the selected option to 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


Quizzes you can take where this question appears