Quiz-1
Q 1. Which of the following best describes multiple inheritance/multipath inheritance? / निम्नलिखित में से कौन मल्टीप्ल इनहेरिटेंस / मल्टीपाथ इनहेरिटेंस का बेस्ट वर्णन है?
- Two classes being parent of any other classes
- Three classes being parent of any classes
- More than one class being parent of single child
- None of these
Q 2. Which of the following best definer single level inheritance? / निम्नलिखित में से कौन एकल स्तरीय वंशानुक्रम को सर्वोत्तम रूप से परिभाषित करता है?
- A class inheritance a derived class
- A class inheritance a base class
- A class which gets inheritance by two classes
- None of these
Q 3. What is the correct syntax of Inheritance? / वंशानुक्रम का सही वाक्य-विन्यास क्या है?
- derived class : base class { }?
- base class : derived class { }?
- derived class : derived class { }?
- None of these
Q 4. How may basic type of inheritance in C++? / सी ++ में मूल प्रकार की विरासत कैसे हो सकती है?
- 3
- 2
- 5
- 4
Q 5. why we use inheritance in C++? / हम सी ++ में विरासत का उपयोग क्यों करते हैं?
- For the code use ability
- For the code ability
- For the code reuseability
- None of these
Q 6. Inheritance allows in C++ Program? / C++ प्रोग्राम में इनहेरिटेंस की अनुमति देता है?
- Class Re-usability
- Creating a hierarchy of classes
- Extendibility
- All of the above
Q 7. Which inheritance do not support Java but support C++? / कौन सा वंशानुक्रम जावा का समर्थन नहीं करता है लेकिन C++ का समर्थन करता है?
- Multilevel inheritance
- Multiple inheritance
- Single level inheritance
- All of these
Q 8. Reusability of the code can be achieved in CPP through ______ . / सीपीपी में कोड की पुन: प्रयोज्यता प्राप्त की जा सकती है
- Polymorphism
- Encapsulation
- Inheritance
- Both A and C
Q 9. C++ Inheritance relationship is / C++ वंशानुक्रम संबंध है
- Association
- Is-A
- Has-A
- None
Q 10. Class member of a class in C++ program are by default ? (IA 2018) / C++ प्रोग्राम में क्लास के क्लास मेंबर डिफॉल्ट रूप से होते हैं?
- public
- static
- protected
- private