Why is the clone() method protected in java.lang.Object?

Posted by Alex N. on Stack Overflow See other posts from Stack Overflow or by Alex N.
Published on 2009-07-16T16:28:37Z Indexed on 2010/05/31 19:43 UTC
Read the original article Hit count: 124

Filed under:
|
|

What is the specific reason that clone() is defined as protected in java.lang.Object?

© Stack Overflow or respective owner

Related posts about java

Related posts about oop