What are the different forms of polymorphism??
Answer Posted / suganyamuralidharan
1.Compile time polymorphism
Exhibited by: Function overloading
Operator overloading
2.Run time polymorphism
Exhibited by: Function overriding
Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
Please send ford technologies placement paper 2 my mail id
What is abstraction in oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What do you mean by overloading?
Explain the concepts involved in Object Oriented programming.
Can we create object of interface?
What is inheritance write a program to show use of inheritance?
What is the highest level of cohesion?
What makes a language oop?
Why is polymorphism important in oop?
Is enum a class?
What is polymorphism and types?
What does I oop mean?
Why do we use class?
what is difference between class template and template class?