What is compile time polymorphism?
Answer Posted / pooja
In compile time polymorphism, the overloaded member
functions are selected for invoking, by matching arguments
type,number and sequence by compiler at compile time.
it is also called early or static binding.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the basic concepts of OOPS?
What are the 4 versions of java?
Difference between a process and a program?
Which class contains a method: cloneable or object?
Explain implementation and how is it different from conversion?
What is the difference between hashmap and hashtable? What is an interface?
What is difference between class and object in java?
What is the differences between heap and stack memory in java? Explain
What is the program development process?
What is the purpose of extern variable?
What is the public field modifier?
What is overloading and overriding in java?
Why do we need array in java?
What are java annotations?
Differentiate between vector and array list.