What is Overriding and how can it be used?
Answer Posted / gopalramana
To define method in subclass having same method name as
method in superclass having same return type,same
parameters,then method in subclass should be override
method in superclass.
used in code repalcement.
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
What are the important features of Java 11 release?
How can the checkbox class be used to create a radio button?
What is the relationship between clipping and repainting under awt?
Can keyword be used as identifier?
Is java a software?
What is the disadvantage of java?
Why parameters should be passed by reference?
Mention the default values of all the elements of an array defined as an instance variable.
What happens when I use / and % with a negative numerator?
What is a text string?
What is meant by vector class, dictionary class, hash table class, and property class?
Why does my function print none?
What do you mean by mnemonics?
What is the difference between heap and stack memory?
What is passed by reference and pass by value ?