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
Why is flag used in java?
How we can declare a static variable?
Is string serializable in java?
What is the different between get and post?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
What is a condition in programming?
What happens if we override private method?
What is java used for on a computer?
When do you call copy constructor?
What is supplier in java?
What is object data type?
How do you make a thread in java?
Does java isempty check for null?
make a method which any number and any type of argument and print sum of that arguments.....
What is the purpose of a default constructor?