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 does yield method of the thread class do?
Why is multiple inheritance not supported in java?
What is the maximum size of hashmap in java?
What do you mean by light weight and heavy weight components?
Why arraylist is not synchronized in java example?
What are the two types of exceptions in java? Which are the differences between them?
Explain about anonymous inner classes ?
What is the difference between compiler and jvm?
What is boolean used for?
What do you mean by jjs in java8?
What is e java?
What does \ mean in regex?
What is mysql driver class name?
What string is utf8?
Give any two differences between C++ and java.