What is polymorphism in oops?
If the class is designed in such a way that the methods with same and with different parameters provided then the depending the input values each method gets executed as per the input provided and gives the appropriate output as given in each different method though has same name of the method in that class. Poly means many with similar, ..Having multiple input will get multiple methods gets multiple output, as given accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is polymorphism explain?
what is the basic concept of inheritance?
Why it is called runtime polymorphism?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is inheritance in oop?
What is the example of polymorphism?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is the difference between procedural programming and oops?
Why static Function is used in C++?
What is an example of genetic polymorphism?
What is command routing in MFC
what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....