|
to host:
Can you use clone as an example to write an example of compiling errors without implementing Cloneable but not being able to clone?
I studied for a long time, but didn't write it.
Unless the client program uses interface programming, and you do not implement this interface, there will be no way to compile it. |
|