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
how many types of Inheritance?
What is mean by encoding?
Which class contains a method: cloneable or object?
What is difference between hashset and hashmap?
What exceptions occur during serialization?
Why is static used?
What is a 16 bit word?
Write a java program for binary search?
Can we compare two strings in java?
What is difference between synchronize and concurrent collection in java?
What is a dot notation?
What sorting algorithm does javascript use?
How do you remove all elements from an arraylist in java?
What is an empty list in java?
What is your platform?s default character encoding and how to know this?