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 meant by javabeans?
Give reasons supporting that string is immutable.
What is a vector in java?
What is a static method in java?
Which of the following classes will have more memory allocated?
How do you allocate memory to object?
Can you explain inner class.
What is meant by bytecode?
design an lru cache in java?
Write a program to check for a prime number in java?
How many threads does a core java have?
What is the static method?
What is predicate in java?
Give some features of interface?
What is basic syntax?