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
Why set do not allow duplicates in java?
What are static initalizers in java ?
Can static methods access instance variables in java?
What is a singleton class? Give a practical example of its usage.
What is generic type?
How many bytes is 255 characters?
Does constructor return any value?
What is general methodology?
How does the garbage collector works in java?
In a container there are 5 components. I want to display all the component names, how will you do that?
Compare Mutex and Semaphore in java.
What happens if an exception is throws from an object's destructor?
Can we create constructor in abstract class ?
What are the restriction imposed on a static method or a static block of code?
What is the syntax and characteristics of a lambda expression?