What is compile time polymorphism?
Answer Posted / ahmad salam mehsu
This is another type of polymorphism also called as compile
time polymorphism or static binding. Using template provides
compile-time polymorphism.
So "compile time polymorphism" means function overloading.
It applies only to functions because they're all you can
overload.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of default constructor?
What is data movement?
What are the java ide's? Explain
What is the relationship difference the canvas class and the graphics class?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
How can you traverse a linked list in java?
what is the major difference between linkedlist and arraylist in java?
why would you use a synchronized block vs. Synchronized method? : Java thread
Can we inherit inner class?
explain multi-threading in java?
What are the six ways to use this keyword?
Can a static block throw exception?
Why do we declare a class static?
What is dynamic array in java?
What is the purpose of methodology?