

MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your C++ Programming knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which of the following advantages we lose by using multiple inheritances? |
A. | Dynamic binding |
B. | Polymorphism |
C. | Both Dynamic binding & Polymorphism |
D. | Constructor |
Answer» D. Constructor | |
2. |
Which symbol is used to create multiple inheritances? |
A. | Dot |
B. | Comma |
C. | Dollar |
D. | star |
Answer» C. Dollar | |