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 token c++?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What is iterator c++?
Explain about vectors in c ++?
Does a derived class inherit or doesn't inherit?
How do you flush a buffer in c++?
Which c++ compiler is best?
Is c++ a high level language?
What are manipulators used for?
Tell me what are static member functions?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Is swift faster than c++?
What is public, protected, private in c++?
Is c++ low level?