What is compile time polymorphism?
Answer Posted / laukik
Compile Time Polymorphism in Java is when you have the
several methods with same name and different parameters and
compiler has to decide how to select which method has to run
based on the arguments hence the name Compile time
polymorphism or method overloading.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the Main functions of Java?
Explain exception chaining in java?
What are the advantages of arraylist over arrays?
What are "methods" and "fields"?
How to sort elements in a parallel array in java?
What are mutable classes?
Which is easier .net or java?
What is java jit compilers?
Why java is object oriented?
What is java’s garbage collected heap?
What is treeset in java?
What is flush buffer?
What does the exclamation mark mean in java?
Is array synchronized in java?
What is the difference between abstract class and interface1? What is an interface?