1.

Which class/set of classes can illustrate polymorphism in the following code?

A. Only class student can show polymorphism
B. Only class student and topper together can show polymorphism
C. All class student, topper and average together can show polymorphism
D. Class failed should also inherit class student for this code to work for polymorphismView Answer
Answer» D. Class failed should also inherit class student for this code to work for polymorphismView Answer


Discussion

No Comment Found