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 function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What is const pointer and const reference?
What is c++ used for in games?
Should a constructor be public or private?
What is the use of this pointer in c++?
What is the average salary of a c++ programmer?
What is a linked list in c++?
Can non-public members of another instance of the class be retrieved by the method of the same class?
What is the exit function in c++?
What is format for defining a structure?
What is the history of c++?
What programming language should I learn first?
What is the type of 'this' pointer? When does it get created?
What is a breakpoint?
Write about an iterator class?