What are four valid examples of polymorphic method calls?()
A.x.a2(); B.z.a2(); C.z.c1(); D.z.a1(); E.y.c1(); F.x.a1();
What is the result?()
A.peep B.bark C.meow D.Compilation fails. E.An exception is thrown at runtime.
A.Afoo,Afoo B.Afoo,Bfoo C.Bfoo,Afoo D.Bfoo,Bfoo E.Compilation fails. F.An exception is thrown at runtime.