Multiple Choice
Java uses ____ to implement method lookup.
A) a jump table
B) an inheritance tree
C) restricted access
D) polymorphism
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Applications normally create and manipulate instances of
Q5: Smalltalk uses value semantics,such that variables refer
Q6: Smalltalk and Java require the use of
Q7: Restricting access to internal details of software
Q8: Abstract classes are often instantiated by the
Q10: Smalltalk provides a small set of binary
Q11: In C++,a pure virtual declaration is a
Q12: In Smalltalk,the object that receives a message
Q13: Java and Smalltalk both allocate objects directly
Q14: The first programming language to incorporate the