Answer Posted / sudar
base class method they can used to contain same function and arguments of subclass.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Is c++ primer good for beginners?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
Write about the scope resolution operator?
How does c++ structure differ from c++ class?
What does new return if there is insufficient memory to make your new object?
What do you mean by a template?
Does c++ have finally?
What is the most common mistake on c++ and oo projects?
Does c++ support exception handling?
What do you understand by pure virtual function? Write about its use?
What is the difference between #define debug 0 and #undef debug?
What is a c++ class?
Can non-public members of another instance of the class be retrieved by the method of the same class?
Can we distribute function templates and class templates in object libraries?
How can I disable the "echo" feature?