Overriding is a concept where a
method in a derived class uses the same name, return type, and arguments
as a method in its base class. In other words, if the derived class
contains its own implementation of the method rather than using the
method in the base class, the process is called overriding.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Can you answer this question?
Write Answer1 Answers