In "... class ClassM extends ClassU..." where ClassM is the Main (lead-off) class, I found thru the debugger that ClassU executes first. I need for ClassU to access ClassM's getters/setters but I...