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 |
Can enum be null?
Can main method override?
What is conditional Compilation?
what is an qt4 interface?
i^=j; j^=i; i^=j; value of i,j
Program to check whether a word is in all capital letters
what is the difference between class and structure in C++?
What is the difference between procedural programming and oops?
diff between Abstract class Interfaces?
4. What do you mean by a prototype? Define analysis prototype
polymorphism means?
should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks