What is compile time polymorphism?
Answer Posted / shankar olaiyur
compile-time polymorphism is achieved by
overloading functions and operators.
| Is This Answer Correct ? | 52 Yes | 7 No |
Post New Answer View All Answers
Why is the main method static?
How arrays are stored in memory in java?
What are the topics in core java?
You're given a Boolean 2D matrix, can you find the number of islands?
How does java pattern compile work?
What is meant by javabeans?
Give example to differentiate between call by value and call by reference.
what invokes a threads run() method? : Java thread
What is try-with-resources in java?
What do you mean by platform independence? What is an interface?
What is gui programming?
Difference between default and protected access specifiers?
What does microservices mean?
What does function identity () do?
what is static import in java? Explain