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
Is namespace same as package in java?
Why java strings are immutable in nature?
What is the difference between form & report?
what is mutual exclusion? : Java thread
What does file separator do in java?
What is the use of default method in interface in java? Explain
Is string pool garbage collected?
What is collections framework?
If a method is declared as protected, where may the method be accessed in java programming?
Convert a BST into a DLL and DLL to BST in place.
Can a source file contain more than one class declaration?
When should I use singleton pattern?
What is the largest long allowed by java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What’s the difference between callable and runnable?