| Author |
how it is possible
|
S.Reddisekhar Reddy
Greenhorn
Joined: Jan 05, 2012
Posts: 13
|
|
|
Object class is concrete class right,then how Object class have unimplemented method clone
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16695
|
|
S.Reddisekhar Reddy wrote:Object class is concrete class right,then how Object class have unimplemented method clone
The clone() method *is* implemented by the Object class -- where have you read that it isn't?
Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4167
|
|
Reddy, you really should have replied to the total of 10 responses on your 5 earlier threads before asking another question.
When people offer advice on a forum, they like to know whether or not that advice was helpful to you, and to add clarifications if you need them.
|
luck, db
There are no new questions, but there may be new answers.
|
 |
 |
|
|
subject: how it is possible
|
|
|