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


Please Help Members By Posting Answers For Below Questions

What is string builder?

652


Can we serialize static variables in java?

863


How does finally block differ from finalize() method?

808


How many types of assembly languages are there?

725


What is difference between hashset and hashmap?

785


Can we create object of inner class in java?

690


Give reasons supporting that string is immutable.

709


What are the super most classes for all the streams?

1785


What is the tradeoff between using an unordered array versus an ordered array?

917


Can we change the value of static variable?

702


State two differences between C and Java.

946


What is assembly condition codes?

754


What are inbuilt functions?

743


How many types of keywords are there?

754


What about instanceof operator in java?

789