what is real-time example of runtime polymorphism and
compile time polymorphism
Answer Posted / shaadaa
GUI Builder Application's Toolbox can be taken as example of runtime polymorphism. we do not know until runtime which tool is going to be selected by user.
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What are peerless components?
Can a private method of a superclass be declared within a subclass?
How do you read a char in java?
What is a get method?
What is the difference between hashmap and hashtable in java?
What is files manifesting?
Does constructor return any value?
What is an image buffer?
What is stream api in java8?
Can constructor be synchronized?
How to sort a collection of custom Objects in Java?
What does .equals do in java?
what do you understand by synchronization? : Java thread
what is session in java?
Explain wait(), notify() and notifyall() methods of object class ?