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
Implement a stack with push (), pop() and min() in O(1) time.
What is are packages?
What is the structure of java?
Which class should you use to obtain design information about an object in java programming?
What is the nested interface?
What is a type parameter in java?
What is the parse method in java?
What are the advantages of exception handling?
Is final static java?
How does thread synchronization occurs inside a monitor?
What is the map interface in java programming?
What is empty list in java?
What is java in layman terms?
What is string array?
How many threads does a core java have?