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 do you mean by storage classes?
Which sort does c++ use?
Can a constructor be private?
What is virtual destructor ans explain its use?
Are php strings immutable?
What is the main purpose of c++?
write a porgram in c++ that reads an integer and print the biggest digit in the number
Explain the different access specifiers for the class member in c++.
Write a program to get the value of sin (x) using a library function , when x is given in degrees.
What are the implicit member functions of class?
Can create new c++ operators?
Const char *p , char const *p What is the difference between the above two?