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 a treeset in java?
What about main thread in java?
Difference between stack and queue?
What do you mean by composition in java?
What is the multi-catch block in java?
What is method overloading in java ?
why Interface used?
what is instanceof operator used in java?
What is the final class modifier?
What is bigger kb or mb?
What are the types of java?
what is meant by Garbage collection?
What is functional interface in javatpoint?
What are advantages of exception handling in java?
Is jdk required on each machine to run a java program?