Overall Stats
Answers
Blank OP from Bacolod City, Philippines is saying It can access only base class members is correct answer
Mursaleen khalid from Islamabad, Pakistan is saying Both base class & derived class members is correct answer
Neyah Deshmukh from India is saying Both base class & derived class members is correct answer
Shiny Bhatnagar from New Delhi, India is saying Both base class & derived class members is correct answer
Bhawna wadhwa from India is saying It can access only derived class members is correct answer
Related Questions
Which design patterns benefit from the multiple inheritance?
- [A] Adapter and observer pattern
- [B] Code pattern
- [C] Glue pattern
- [D] None of the mentioned
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
Which symbol is used to create multiple inheritance?
- [A] Dot
- [B] Comma
- [C] Dollar
- [D] None of the mentioned
A base class will offer
- [A] offer more specific objects than its derived classes
- [B] correspond to something in the rest world
- [C] behave badly when the chops are down
- [D] be a generalized version of its derived classes
Choose most appropriate statement
- [A] An abstract base class can have pure virtual destructor
- [B] An abstract base class can have only virtual destructor
- [C] An abstract base class can have non virtual destructor
- [D] An abstract base class cannot have destructor