What is method Overriding in the perspective of OOPS?
Answer Posted / nisha singh
we can make the same method ,with same parameter is method
overriding can inherit the base class by using overrides
keyword.in base class we use virtual keyword nd in derive
class use override keyword
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is double in java?
How can we make a class singleton?
List primitive java types?
What are the benefits of java?
Why is it important to initialize a variable?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
What is the purpose of the file class in java programming?
How do I remove a character from a string in java?
Can a constructor be protected?
When is an object subject to garbage collection?
What about abstract classes in java?
What is a percentage sign called?
why using interface interface ?
What is incompatible types in java?
How java uses the string and stringbuffer classes?