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 string builder?
Can we serialize static variables in java?
How does finally block differ from finalize() method?
How many types of assembly languages are there?
What is difference between hashset and hashmap?
Can we create object of inner class in java?
Give reasons supporting that string is immutable.
What are the super most classes for all the streams?
What is the tradeoff between using an unordered array versus an ordered array?
Can we change the value of static variable?
State two differences between C and Java.
What is assembly condition codes?
What are inbuilt functions?
How many types of keywords are there?
What about instanceof operator in java?