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 we define package statement after import statement in java?
Explain features of interfaces in java?
why Java does not support multiple inheritances?
Where is java located?
What is an example of character?
Difference between java and javascript
What is int short for?
What is an enumeration?
Why vector is used in java?
What is local variable and instance variable?
What is the file extension for java?
What is class and its types?
Does constructor creates the object ?
how can i use a nonsynchronized hashtable?
What is the collections api in java programming?