What is compile time polymorphism?
Answer Posted / shubh
When object is bound with its functionality at compile time.
Then polymorphism is called compile time polymorphism.
Function overloading is a way to achieve compile time
polymorphism in java.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Does java have a compiler?
What are meta-annotations?
Why isn’t there operator overloading?
Explain the difference between treeset and treemap in java?
What is api data?
What Is Query Throttling in java?
Is a char always 1 byte?
What is the disadvantage of java?
What is a boolean used for?
What is meant by main method?
What is the java reflection api? Why it’s so important to have?
What all methods are used to prevent thread execution ?
Where are the local variables stored?
What is difference between adapter class and listener?
What is a concrete classes? Is Java object class is concrete class?