What is run time polymorphism?
Answer Posted / tntrichy
Hi Bal, Virtual Function concept in Java, i.e, assigning
sub-class object in super-class's reference.
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
Does java set allow duplicates?
Define canvas?
Is binary a low level language?
What is the null?
What happens if I remove static from main method?
Why we use methods in java?
Explain about static nested classes in java?
Write a java program for binary search?
Is static a singleton?
What does this () mean in java?
How will you serialize a singleton class without violating singleton pattern?
How do you detect memory leaks?
Can I learn java without any programming experience?
How many bits is a string in java?
What will be the output of round(3.7) and ceil(3.7)?