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
Can we cast any other type to boolean type with type casting?
What are wrapper classes in java?
What does a method signature consist of?
Can we make a constructor final?
What is object-oriented programming?
What an i/o filter in java programming?
How do you do a line break in java?
What is the difference between math floor and math round?
Can we override a variable in java?
Which is fastest collection in java?
Why for each loop is used?
What kind of variables a class can consist of?
What is map java?
How do I stop concurrentmodificationexception?
Explain tree set and its features?