What is compile time polymorphism?
Answer Posted / oneeb dadgar
It is also known as a Early-Binding.In this method, overloading method performs the different tasks at the different input parameters.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between static and dynamic binding in java?
What is data type example?
Can an arraylist be empty?
In a class implementing an interface, can we change the value of any variable defined in the interface?
How many types of memory areas are allocated by jvm?
Is java hashset ordered?
Can a hashset contain duplicates java?
What is fundamental datatype?
What is the point of java?
What are the restrictions that are applied to the java static methods?
What is static keyword?
How many types of the indexof method are there for strings?
What is a dot notation?
What is boolean false?
Why does java does not support multiple inheritance? Explain