Check the following codes
Answer:b. explanation for this answer is that the reference variable is
NOT used for selection but the reference Argument is used.
Answer: a.Explanation for this answer is that the reference variable c1 is used to determine which m1() will be called. Since c1 is of type A therefore A's m1() is called.
My question is why does it check the reference argument in the first case and the reference variable in the second. What am i missing ??
