Cloning in Java

前端 未结 4 1758
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-04 07:18

I read one paragraph from the Internet regarding cloning. But I didn\'t quite get it, so can someone explain it clearly?

If the class has final fields, th

4条回答
  •  长情又很酷
    2021-02-04 07:41

    I don't understand it either, except that a class cannot implement a well behaved clone method if all its fields don't also have a well behaved clone methods.

提交回复
热议问题