What is method Overriding in the perspective of OOPS?
Answers were Sorted based on User's Feedback
Answer / boss
Redefining the superclass method in the subclass. Means
redefining the implementation of superclass method in the
subclass
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / ravikiran(aptech mumbai)
method overriding is changing the exsiting functionality in
the subclass from the super class
| Is This Answer Correct ? | 6 Yes | 5 No |
Answer / 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 |
Answer / 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 |
What is close method? How it's different from Finalize & Dispose?
0 Answers InfoAxon Technologies,
Explain the difference between scrollbar and scrollpane?
What is difference between wait and notify in java?
How do you implement polymorphism in our day to day life?
What is the use of default method in interface in java?
What is difference between fail-fast and fail-safe?
What is compareto?
What are different exception types exceptions available in java ?
Explain the available thread states in a high-level?
What is final access modifier in java?
Can an abstract class have a constructor?
Is there any tag in htm to upload and download files?