

MCQOPTIONS
Saved Bookmarks
1. |
Which_among_the_following_is_correct_for_abstract_methods? |
A. | It must have different prototype in the derived class |
B. | It must have same prototype in both base and derived class |
C. | It must have different signature in derived class |
D. | It must have same return type only |
Answer» C. It must have different signature in derived class | |