I have a basic inheritance situation with an overloaded method in the super class.
public class Person { private String name; private int dob; priva
getWorkDetail(this) does not know what the subclasses are. call getWorkDetail instead.