What is compile time polymorphism?
Answer Posted / kaukab
We can achieve compile time polymorphism through overloading
method, on compile time compiler decide that which method
will be executed.
| Is This Answer Correct ? | 40 Yes | 5 No |
Post New Answer View All Answers
What is the difference between the direct buffer and non-direct buffer in java?
What are the 3 types of control structures?
why Interface used?
What is the purpose of lambda expressions?
Can we create an object of private class?
What is final, finally, finalize?
What is the use of conditional statement?
Write a program to reverse a number in java?
How many bits is a char?
I don’t want my class to be inherited by any other class. What should I do?
What is meant by class and object in java?
What is the role of garbage collector in java?
What is the unit of plancks constant?
Explain the public class modifier?
Do loops java?