what is mean by overriding in which situation we wil use?
Answer Posted / neema
If we have same method name in the super class as well as
in the sub class, then the method in the subclass is said
to override the method in the super class.
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
What is procedure overloading?
What is thread safe singleton?
How is hashset defined in java?
Explain parallel processing in java8?
Difference between method overloading and overriding.
What is the indent key?
Where are the local variables stored?
What does localhost mean?
How will you initialize an Applet?
What are the different ways of creating thread?
What is treeset and treemap in java?
What is temp in java?
Explain 5 features introduced in jdk 1.7?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
How many characters is 16 bytes?