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 | |