Answer Posted / dasora
when do you like inherit from more than two class
it is called multiple inheritance
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How will you call C functions from C ++ and vice-versa?
What is the difference between structures and unions?
Is it possible for a member function to delete the pointer, named this?
What is null pointer and void pointer and what is their use?
Write a Program for find and replace a character in a string.
Is linux written in c or c++?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Explain the use of vtable.
What are the various storage classes in C++?
Define vptr.
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
Explain the differences between list x; & list x();.
What are the methods of exporting a function from a dll?
What is a singleton c++?
Where and why do I have to put the "template" and "typename" keywords?