MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following is not possible for member function? |
| A. | Access protected members of parent class |
| B. | Definition without return type |
| C. | Access public members of subclass |
| D. | Access static members of class |
| Answer» D. Access static members of class | |