---
title: "How’s method overriding different from overloading?"  
description: "How’s method overriding different from overloading?"  
author: "Anonymous User"  
published: 2011-04-23  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/777/how-s-method-overriding-different-from-overloading  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# How’s method overriding different from overloading?

When overriding, you change the method behavior for a derived class. Overloading simply involves having a method with the same name within the class.

## Answers

### Answer by Anonymous User

When overriding, you change the method behavior for a derived class. Overloading simply involves having a method with the same name within the class.


---

Original Source: https://www.mindstick.com/interview/777/how-s-method-overriding-different-from-overloading

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
