---
title: "What are the advantages of inheritance?"  
description: "What are the advantages of inheritance?"  
author: "Anonymous User"  
published: 2015-01-15  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/2268/what-are-the-advantages-of-inheritance  
category: ".net"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What are the advantages of inheritance?

**Advantage of inheritance**

- It Allows the code to be reused as many times as needed. \
- The base class once defined and once it is compiled, it need not be reworked.\
- Saves time and effort as the main code need not be written again.\

It permits code reusability. Reusability saves time in program development. It encourages the reuse of proven and debugged high-quality software, thus reducing problem after a system becomes functional.\

## Answers

### Answer by Anonymous User

**Advantage of inheritance**

- It Allows the code to be reused as many times as needed. \
- The base class once defined and once it is compiled, it need not be reworked.\
- Saves time and effort as the main code need not be written again.\

It permits code reusability. Reusability saves time in program development. It encourages the reuse of proven and debugged high-quality software, thus reducing problem after a system becomes functional.\


---

Original Source: https://www.mindstick.com/interview/2268/what-are-the-advantages-of-inheritance

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
