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 THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Whats oop mean?
what is cast operator?
How do you define social class?
which feature are not hold visual basic of oop?
What is difference between polymorphism and inheritance?
Prepare me a program for the animation of train
What do you mean by Encapsulation?
Can we call a base class method without creating instance?
write a program to print * * * * * *