Answer Posted / syed ahsen raza ali
polymorphism basicilly provides multiple forms to a single
function or functionality to occure.in c++(oop) context i
can quote that using 0ne functionality if we could be able
to have multiple functionalities working only on a single
object,then we can say that we had done multiple tasks by
using one operation.
thanks.
| Is This Answer Correct ? | 47 Yes | 14 No |
Post New Answer View All Answers
What is the difference between abstraction and polymorphism?
What is super in oop?
Can static class have constructor?
What is debug class?what is trace class? What differences are between them? With examples.
Can main method override?
What is encapsulation process?
What is an interface in oop?
what is different between oops and c++
Can abstract class have normal methods?
What is ambiguity in inheritance?
What is oops?what is its use in software engineering?
What is a function in oop?
What are the two different types of polymorphism?
What is the difference between static polymorphism and dynamic polymorphism?
What is an example of genetic polymorphism?