I have a question. I am writing a program and I already have 4 classes that are working well together. Now I wanted to write another class that extends a class I have already written. I am confused, however, because I thought that when you "extend" a class, everything in that class (methods, constructors, variables, etc.) are now part of the ...