hi Michael,
dumb man needs one last chance to learn this thing, pls. give me last chance.
-------------------------------------
Object.clone() is in a different package,
--------------------------------------
Test1 is child of Object , due to inheritance Test1 will have parents protected members also.
isn't that mean, now clone() is part of Test1 class.
isn't that mean
Test.Test1 will has two member
protected doX()
protected clone()
i know, i'm wrong somewheere. i want to learn that missing point.
"ok, clone() is accessable to Test.Test1 with protected accessiblity, but not member of Test.Test1." is it like this.
thanks and best regards,
titu.
[ May 23, 2003: Message edited by: Titu singh ]