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
When does a 'this' pointer get created?
How delete [] is different from delete?
What are the benefits of operator overloading?
What is set in c++?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
Is java easier than c++?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What is #include ctype h in c++?
Is turbo c++ free?
What is iostream in c++ used for?
Can you explicitly call a destructor on a local variable?
What are the stages in the development cycle?
What is namespace & why it is used in c++?
What is a .h file c++?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?