Similar Collections


.

questions

Title
Multiple inheritance is ____________________
Which problem arises due to multiple inheritance, if hierarchical inheritance is used previously for its base classes?
How many classes should a program contain to implement the multiple inheritance?
Which programming language restricts the use of multiple inheritance?
Is it possible to have all the abstract classes as base classes of a derived class from those?
If class A inherits class B and class C as “class A: public class B, public class C {// class body ;}; ”, which class constructor will be called first?
Why does diamond problem arise due to multiple inheritance?
How many base classes can a derived class have which is implementing multiple inheritance?
How to overcome diamond problem ?
When multiple inheritance is used, which class object should be used in order to access all the available members of parent and derived class ?
If all the members of all the base classes are private then,
Is it compulsory to have constructor for all the classes involved in multiple inheritance?
If a class contains 2 nested class and is being inherited by another class, will there be any multiple inheritance?
Which members can’t be accessed in derived class in multiple inheritance ?
Can the derived class be made abstract if multiple inheritance is used ?
Which among the following is best to define hierarchical inheritance?
Do members of base class gets divided among all of its child classes ?
Each class can inherit the base class ________________
How many classes must be there to implement hierarchical inheritance ?
Base class _______________
total questions: 105

Questions

105

Views

795

Best Answers

299

Points

5