Question: Suppose a Person object knows the birthday of the person it represents and can tell you that birthday. Consider the method int process Person(Person p) that computes and returns the age of the Person p by finding the difference between the current date and that person's birthday. If that action is all that the process Person method does, then find a better signature for the method and explain why the new signature is better.