Answer Posted / shivachinna
virtual concept is uaed to avoid confusions with same name
of methods in super class as well as sub class.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between mutex and binary semaphore?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What is object oriented programming (oop)?
Explain about Garbage Collector?
Can member functions be private?
What is difference between array and vector in c++?
What is isdigit c++?
What is a try block?
In the derived class, which data member of the base class are visible?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
Define a nested class.
Is main a class in c++?
the maximum length of a character constant can be a) 2 b) 1 c) 8
What is the difference between a template and a macro?
Explain the isa and hasa class relationships. How would you implement each?