Overall Stats
Answers
Sameer sinha from Indore, India is saying Deriving a derived class from more than one base class is correct answer
Blank OP from Bacolod City, Philippines is saying Deriving a derived class from more than one base class is correct answer
swathi from Chennai, India is saying Deriving a derived class from base class is correct answer
piyush srivastava from India is saying Deriving a base class from derived class is correct answer
Mursaleen khalid from Islamabad, Pakistan is saying Deriving a derived class from more than one base class is correct answer
Related Questions
The conversion from basic data to class type can be done by .......
- [A] Writing constructor
- [B] Is not possible
- [C] overloaded casting operator
- [D] object of a class
Which design patterns benefit from the multiple inheritance?
- [A] Adapter and observer pattern
- [B] Code pattern
- [C] Glue pattern
- [D] None of the mentioned
Which symbol is used to create multiple inheritance?
- [A] Dot
- [B] Comma
- [C] Dollar
- [D] None of the mentioned
When a base class pointer points to derived class object?
- [A] It can access only base class members
- [B] It can access only derived class members
- [C] Both base class & derived class members
- [D] None
what is Hybrid Inheritance?
- [A] multiple inheritance
- [B] multilevel inheritance
- [C] multipath inheritance
- [D] combination of a and b
- [E] combination of a and c