What is compile time polymorphism?
Answer Posted / sahaj
polymorphism is the ability to use an operator or function
in different ways.
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
What is use of functional interface in java 8? Explain
What are keywords in programming?
What is type inference in java8?
How do you decide when to use arraylist and linkedlist?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What is anti pattern in cyber security?
What is a short in java?
Can a constructor have different name than a class name in java?
What are the two main uses of volatile in Java?
Why synchronization is important in java?
How many types of design patterns are there?
what is difference between equals and ==?
What are some examples of variable costs?
What are user defined exceptions?
Why there are some null interface in java? What does it mean?