why java does compile time polymorphism at run time ?
Answer Posted / pratiksha
Compile time polymorphism-->i.e.method ovrloading and it is
done at compile time.Because in overloading same method
names having different signature and compiler can decide which
method to run by checking data type of arguments.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is split return?
What is the use of 'super' keyword inside a constructor?
What is final keyword in java?
What is a literal coding?
What is an abstract class and what is it’s purpose?
Is it necessary that each try block must be followed by a catch block?
How does compareto method work?
Is 0 a prime number?
what is interface in java? Explain
How to handle a web browser resize operation?
How long will it take to learn java?
What is "this" keyword in java? Explain
What are the different collection views provided by maps?
What is use of arraylist in java?
Is array synchronized in java?