Answer Posted / irfan
there are two type polymorphism use in c++ first is static
and second is dynamic static polymorphism is function
overloading oprater overloading & dynamic is virtual function.
| Is This Answer Correct ? | 27 Yes | 10 No |
Post New Answer View All Answers
What causes polymorphism?
What is inheritance in simple words?
What are the 4 main oop principles?
What is debug class?what is trace class? What differences are between them? With examples.
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is class encapsulation?
What is static modifier?
What is this pointer in oop?
What does and I oop and sksksk mean?
How do you answer polymorphism?
What is and I oop mean?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Get me an image implementation program.
What is byval and byref? What are differences between them?