interface MyCloneable { //protected method from java.lang.Object is not implicitly declared in interface with no base interfaces int clone(); int toString(); }