When a compiler binds an object name to a type at compile time, it is referred to as:
A. dynamic binding
B. static binding
C. virtual binding
D. compile binding
B
Computer Science & Information Technology
You might also like to view...
A(n) _____ computer is frequently used for entertainment especially for young adults
Fill in the blank(s) with correct word
Computer Science & Information Technology
If you need to insert an element in the front of a list with N nodes (and move the other elements back one place), how many nodes do you have to move?
a. 0 b. 1 c. N-1 d. N
Computer Science & Information Technology