Multiple Choice
If you choose to use the method clone in your code,you must ___________ the clone method.
A) overload
B) encapsulate
C) override
D) protect
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: Java does not use late binding for
Q26: A class that has at least one
Q27: The clone method return type is:<br>A)the same
Q28: Late binding refers to the method definition
Q29: What is wrong with the following method
Q31: Override the clone method inherited in the
Q32: Downcasting should be used only in situations
Q33: Explain the difference between early and late
Q34: An abstract method serves as a placeholder
Q35: An abstract class is a class that