What is method Overriding in the perspective of OOPS?
Answer Posted / ravikiran(aptech mumbai)
method overriding is changing the exsiting functionality in
the subclass from the super class
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is the difference between hashset and treeset in java?
How can we find the actual size of an object on the heap?
Explain 5 io best practices?
How will you compute size of a structure?
What is JFC?
Does java return by reference?
How many types of array are there?
How do you create a bulleted list?
How thread scheduler schedule the task?
What is jdbc api?
write a program that list all permutations of ABCDEF in which A appears before B?
What is heterogeneous in java?
why using interface interface ?
How can a gui component handle its own events?
Explain covariant method overriding in java.