Given: 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();
出自:Oracle认证