What is compile time polymorphism?
Answer Posted / sudipta sadhukhan
java support two types of polymorphism.one is compile time
polymorphism(it's actually overloading)and run time
polymorphism(it's actually overriding.So,complie time
polymorphism is simple overloading.
| Is This Answer Correct ? | 23 Yes | 6 No |
Post New Answer View All Answers
What is the basic concepts of OOPS?
What is entry in java?
How do you replace a string in java?
Explain the difference between jvm and jre?
What is command line argument in java?
What is string example?
Does hashset allow duplicates in java?
Is binary a low level language?
What is the difference between the font and fontmetrics classes in java programming?
What is the difference between serializable and externalizable interface?
Which sorting is best in java?
What is formatted output?
Can you use abstract and final both with a method?
What do you understand by java virtual machine?
What restrictions are placed on method overloading in java programming?