Sorry I m studying java and alittle new to the language but have a question about inheritance....
if I have a bunch of classes and each on extends the next and I add an overrided method to the 'class2' after the 'class1', will the method from 'class1' that has been override by the 'class2' be forgotten because it has been overridden or what?
I know this happens with constructors but what about my situation?
Thanks
jgwc
if I have a bunch of classes and each on extends the next and I add an overrided method to the 'class2' after the 'class1', will the method from 'class1' that has been override by the 'class2' be forgotten because it has been overridden or what?
I know this happens with constructors but what about my situation?
Thanks
jgwc