what is polymorphism with example?types of polymorphism?
Answer Posted / barkha
Polymorphism means one word having different meaning at
different instances.
There are two types.
1)Method overloading
2)Method overriding
| Is This Answer Correct ? | 25 Yes | 39 No |
Post New Answer View All Answers
What is a boolean output?
How many bits is a word?
What is tree in java?
What does isempty () do in java?
What happens if we override only equals?
What are the advantages of packages in java?
Do you need to import math in java?
Why do I need to declare the type of a variable in java?
Can we override tostring method in java?
Can main() method in java can return any data?
Is char a method in java?
Does java initialize arrays to zero?
What classes of exceptions may be thrown by a throw statement?
Difference between string, stringbuffer and stringbuilder?
What are class members by default?