Question:
package GoodQuestions; public class MyClass { MyClass() throws CloneNotSupportedException { try { throw new CloneNotSuppo
For you to be able to clone MyClass, it has to implement the Cloneable interface