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 two types of java programming?
What is a subsequence of a string?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
How to write custom exception in java?
Can we extend immutable class?
When will we use them?
When a byte datatype is used?
What is difference between static class and normal class?
How do you override a method?
Describe the term diamond problem.
What is the use of arraylist in java?
Why java is used everywhere?
What are "methods" and "fields"?
Does constructor be static?
What modifiers are allowed for methods in an interface?