Definition of Overriding
What is Overriding?
Answers
Answered by
2
1.More important than any other considerations.
2.Overriding is an object-oriented programming feature that enables a child class to provide different implementation for a method that is already defined and/or implemented in its parent class or one of its parent classes.
2.Overriding is an object-oriented programming feature that enables a child class to provide different implementation for a method that is already defined and/or implemented in its parent class or one of its parent classes.
Similar questions