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 is c++ is better than c?
What is the purpose of extern storage specifier?
Describe the process of creation and destruction of a derived class object?
Is c# written in c++?
Define copy constructor.
What is the return value of the insertion operator?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is class syntax c++?
How do you differentiate between overloading the prefix and postfix increments?
Which function cannot be overloaded c++?
Is java a c++?
How do pointers work?
How to implement is-a and has-a class relationships?
Implement stack operations with pointers with appropriate exception checks.
What is long in c++?