Question: (a) In which situation do we need to implement virtual inheritance? Explain with the help of an example. (Marks 5) (b) Explain, what will
(a) In which situation do we need to implement virtual inheritance? Explain with the help of an example. (Marks 5) (b) Explain, what will happen when we try to create an object of a class using default constructor but there is no default constructor and the class has only overloaded constructor? (Marks 5) (c) Explain difference between Function Overriding and Function Overloading? (Marks 5)
Step by Step Solution
There are 3 Steps involved in it
aVirtual inheritance is used in situations where a class needs to inherit from multiple base classes that share a common base classit helps to avoid t... View full answer
Get step-by-step solutions from verified subject matter experts
