If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
No Answer is Posted For this Question
Be the First to Post Answer
What kind of problems can be solved by a namespace?
Can you explicitly call a destructor on a local variable?
What is the topic of the C++ FAQ list?
What is an explicit constructor?
What does new return if there is insufficient memory to make your new object?
what is the emaning of '#include" "'?
Differentiate between a deep copy and a shallow copy?
5. Can inline functions have a recursion?
What is a catch statement?
When does a name clash occur?
What is the difference between reference type and pointers.
How static variables and local variablesare similar and dissimilar?