MCQOPTIONS
Saved Bookmarks
| 1. |
Which among function will be overridden from the function defined in derived class below: |
| A. | show() |
| B. | print() |
| C. | show() and print() |
| D. | Compile time error |
| Answer» B. print() | |