Explain the concept of polymorphism with examples?
Answer Posted / nazim virani
Polymorphism is accomplished when different component or
classes behave differently on same interface
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is public static void main?
What are the two types of java programming?
What is a short in java?
How to display all the prime numbers between 1 and 100
Can final class have constructor?
How do you check if a character in a string is a digit or letter?
What is the purpose of the system class in java programming?
Is void a type?
Why is whitespace important?
Write a program to print 15 random numbers using foreach of java 8?
What are the two basic ways in which classes that can be run as threads may be defined?
What is the default size of arraylist in java?
What is bitwise complement?
What is final int?
What is difference between throw and throws ?