Q:

Any class using the built-in cloning mechanism is supposed to do which of the following

0

Any class using the built-in cloning mechanism is supposed to do which of the following


  1. Implement the Cloneable interface
  2. Define a concrete public or protected clone() operation
  3. In the clone() operation, obtain a new object by calling super.clone()
  4. All of the mentioned

Answers

D. All of the mentioned

total answers (1)