Answer Posted / dee
Multiplae inheritance is used when we want to reuse the
code from 2 ro 3 classes.
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is private public protected in c++?
What are iterators in c++?
What is format for defining a structure?
What is bubble sort c++?
What is new in c++?
What does it mean to declare a member function as static?
When there is a global variable and local variable with the same name, how will you access the global variable?
What is abstraction with real time example?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What is c++ manipulator?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
Explain stack unwinding.
What data encapsulation is in c++?
How does the copy constructor differ from the assignment operator (=)?
Define a nested class. Explain how it can be useful.