Answer:
Person
Step-by-step explanation:
At
Person p = new Person(...);
int m1 = p.getMoney( ); // assignment 1
Person class which is base class for all sub class (Student, Employee and Retired ) creates an object which referenced is stored in p variable, and getMoney() is method which refereed Person's getMoney() method, so Person is the answer of above question