How to call a non virtual function in the derived class by
using base class pointer
Answer Posted / aaa
Typecast the base pointer to derived class pointer type and
then invoke the derived class's function.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
class type to basic type conversion
what type of question are asked in thoughtworks pair programming round ?
What is meant by oops concept?
What is property in oops?
What is abstraction oop?
What is abstraction and encapsulation?
What exactly is polymorphism?
Why multiple inheritance is not possible?
Please send ford technologies placement paper 2 my mail id
what is the sylabus for priliminaries?
What is the significance of classes in oop?
What are the 4 pillars of oop?
What is difference between data abstraction and encapsulation?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.