Answer Posted / rakesh kumar
whenever there are two derived class derived from same base
class,when these two derived classes derive third derived
class which contain the properties of the 1st base class
twice.virtual class is use to avoid this.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What are c++ redistributables?
How many keywords are used in c++?
Write a program which uses Command Line Arguments
What is a tuple c++?
Describe the advantages of operator overloading?
What are advantages of using friend classes?
How would you use the functions randomize() and random()?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
Why do we use templates?
What does the linker do?
What is difference between class and function?
How to get the current position of the file pointer?
What is using namespace std in c++?
What is meant by a delegate?