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
Explain about the main() method in java?
What is boolean logic?
What is a generic code?
What is the difference between error and an exception?
What do negative exponents mean?
What is the purpose of lambda expressions?
How do you use spaces in java?
Write a program to check string is palindrome without using loop?
What is r * in math?
What is bigger kb or mb?
Explain java code for recursive solution's base case?
What is an example of declaration?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
Can we compare two strings in java?
What is static synchronization?