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 do you mean by persistent and non persistent objects?
What is c++ course?
Is c++ a high level language?
What character terminates all character array strings a) b) . c) END
How can we check whether the contents of two structure variables are same or not?
Why is c++ considered difficult?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
What is a Default constructor?
What are enumerations?
Explain function overloading
What is singleton class in c++?
When must you use a pointer rather than a reference?
How a pointer differs from a reference?
What is the use of oops?
What happens when you make call 'delete this;'?