Answer Posted / karthick
Multiple inheritance means the derived class inherits from
two or more base classes.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why are pointers used?
What is general form of pure virtual function? Explain?
What is do..while loops structure?
Which one is better- macro or function?
Who discovered c++?
What is meant by the term name mangling in c++?
Do you know what are pure virtual functions?
How many standards of c++ are there?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Why do you use the namespace feature?
Tell me can a pure virtual function have an implementation?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Can I create my own functions in c++?
What is private inheritance?
Is string an object in c++?