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
We use library functions in the program, in what form they are provided to the program?
Explain container class.
Explain what are single and multiple inheritances in c++?
What is the difference between interpreters and compilers?
Why do we use classes in programming?
Explain the purpose of the keyword volatile.
Write a program using display() function which takes two arguments.
How did c++ get its name?
give me an example for testing a program showing the test path .show how the test is important and complex.
Out of fgets() and gets() which function is safe to use?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
What is a far pointer? where we use it?
What are pointers used for c++?
Why do we use setw in c++?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00