What are the different forms of polymorphism??
Answer Posted / ramesh
1.Compile time polymorphism
Exhibited by: Function overloading
Operator overloading
2.Run time polymorphism
Exhibited by: Function overriding
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does I oop mean?
What is the benefit of oop?
What is the difference between a constructor and a destructor?
can we make game by using c
What is encapsulation example?
What is and I oop mean?
What is the difference between procedural programming and oops?
What is object in oop?
What is difference between oop and pop?
What is polymorphism in oops with example?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is the difference between static polymorphism and dynamic polymorphism?
What is new keyword in oops?
What is multilevel inheritance explain with example?
What is abstract class in oop?