What is method Overriding in the perspective of OOPS?
Answer Posted / ramakrishna yechuri
Itis the process of defining the member function in sub
class with same prototype as in base class.
super key word is used to invoke the base class members.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the different types of garbage collectors in java?
What are the new features in java 8?
how we can make a write-only class in java?
What is meant by main method?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What is navigable map in java?
explain local datetime api in java8?
What is time complexity algorithm?
What is difference between printf and scanf?
What is meant by binding in rmi?
Can you inherit from an abstract class java?
Which programming language is most secure?
How do you use parseint in java?
What is the dot operator?
What is a control variable example?