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
What is an interface in oop?
what type of questions
How do you explain polymorphism?
What is overloading and its types?
Can we override main method?
What is constructor in oop?
Why polymorphism is used in oops?
What makes a language oop?
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 are the advantages of polymorphism?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is the difference between a constructor and a destructor?
What is polymorphism used for?
Which language is not a true object oriented programming language?
What is cohesion in oop?