Answer Posted / guessme
Suppose u 've 2 derived class b & c that is a common base
class of a. & u also 've another class d.that is inherit
from b and c.
| Is This Answer Correct ? | 7 Yes | 15 No |
Post New Answer View All Answers
What is a tree in c++?
What is c++ and its features?
Explain how an exception handler is defined and invoked in a Program.
Explain the volatile and mutable keywords.
Consider the following C++ program
What do you know about near, far and huge pointer?
What is the difference between cin.read() and cin.getline()?
Why is c++ still best?
What is property in oops?
What is cout flush?
Write a program to sort the number with different sorts in one program ??
Why is static class not inherited?
What is code reusability in c++?
Explain the static storage classes in c++.
Do we have to use initialization list in spite of the assignment in constructors?