

MCQOPTIONS
Saved Bookmarks
This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your Object Oriented Programming Using C++ knowledge and support exam preparation. Choose a topic below to get started.
1. |
Two dimensional array can t be initialized with the declaration. |
A. | True |
B. | False |
Answer» C. | |
2. |
What is the type of elements of array of objects? |
A. | Class |
B. | Void |
C. | String |
D. | Null |
Answer» B. Void | |
3. |
What is an array of objects? |
A. | An array of instances of class represented by single name |
B. | An array of instances of class represented by more than one name |
C. | An array of instances which have more than 2 instances |
D. | An array of instances which have different types |
Answer» B. An array of instances of class represented by more than one name | |