what is polymorphism with example?types of polymorphism?
Answer Posted / prashantshukla
the types of polymorphism
compile time
run time
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is Hierarchy of exception?
Can we define constructor in inner class?
Is hashmap thread safe?
How is abstraction implemented in java ?
What is the technique adopted to create an immutable class?
What is static keyword?
What is the list interface in java programming?
Why are getters and setters used?
Is arraylist ordered?
What are implicit objects in java?
What do you mean by garbage collection used in java?
What is the difference between logical data independence and physical data independence?
why an outer class cannot be declared as private?
Can constructor be synchronized?