

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