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
Define Multiprogramming and Multiprocessing in java.
How do you do math powers in java?
What is method with example?
Explain try and catch keywords in java?
Can we override constructors?
How do you detect memory leaks?
What is the final class modifier?
What is pass by value?
What is abstract class? Explain
How do you declare an array in java?
Can inner class extend any class?
Is java same as core java?
What is the difference between Error, defect,fault, failure and mistake?
How much ram can a 64 bit processor theoretically?
What is the difference between C++ and Java and your preferences?