What is compile time polymorphism?
Answer Posted / shubh
When object is bound with its functionality at compile time.
Then polymorphism is called compile time polymorphism.
Function overloading is a way to achieve compile time
polymorphism in java.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can memory leak in java?
Can a constructor have different name than a class name in java?
What is the primitive type short?
Explain a few methods of overloading best practices in java?
What is a generic code?
State some advantages of java?
What do you mean by of string::valueof expression in java 8?
Why java doesn’t support multiple inheritances?
What is static import?
What are strings in physics?
What happens if we override private method?
What are the restrictions that are applied to the java static methods?
What is difference between == equals () and compareto () method?
Can a class have multiple constructors?
How many characters is 16 bytes?