Home / Questions / What is Method/function overriding?
Explanatory Question

What is Method/function overriding?

👁 858 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

If a subclass provides a specific implementation of a method that is already provided by its parent class, it is known as Method Overriding.