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 the use of arraylist in java?
Why declare Main() inside the class in java ?
What does string mean in java?
What is the numeric promotion?
Does .length start 0 java?
What is the difference between && and & in java?
Tell us something about set interface.
What is the difference between a synchronized method and a synchronized block?
Why do we use string?
What is final keyword in java?
What is an example of a conditional statement?
If a method is declared as protected, where may the method be accessed in java programming?
Can we declare main () method as non static?
Can size_t be negative?
Explain 5 features introduced in jdk 1.7?