Object Oriented Programming Using C++ - Section 5 Multiple Questions and Answers.
Exercise Questions ::
Object Oriented Programming
Published by:Michael Daani
12. | One way in which a structure differs from an array is that _____ |
| |
| A. | a structure may have members of more than one type |
| B. | a structure must have members that; are all the same type |
| C. | art array may have members of more than one type |
| D. | there is no difference between a structure and an array |
|
|
Published by:Michael Daani
Published by:Michael Daani
Published by:Michael Daani
15. | When a class serves as a base class to others, _____ |
| |
| A. | all of its members are inherited |
| B. | all of its members are inherited, except for any private members |
| C. | all of its members are inherited, except for any protected members |
| D. | None of its members is inherited unless specifically "listed |
|
|
Published by:Michael Daani
«»