Java Programming question: What is the function of "extends" and when do we use it?
I realise it it used when we want to incorporate methods that have already been stated in another class; that way...