MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the statements are true ?I. Function overloading is done at compile time.II. Protected members are accessible to the member of derived class.III. A derived class inherits constructors and destructors.IV. A friend function can be called like a normal function.V. Nested class is a derived class. |
| A. | I, II, III |
| B. | II, III, V |
| C. | III, IV, V |
| D. | I, II, IV |
| Answer» E. | |