---
title: "Does C# support multiple-inheritance?"  
description: "Does C# support multiple-inheritance?"  
author: "Pushpendra Singh"  
published: 2010-10-25  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/106/does-c-sharp-support-multiple-inheritance  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# Does C# support multiple-inheritance?

No, C# does not support the multiple inheritance \
we use interface to avoid the multiple inheritance\

## Answers

### Answer by Amit Singh

No, C# does not support the multiple inheritance \
we use interface to avoid the multiple inheritance\


---

Original Source: https://www.mindstick.com/interview/106/does-c-sharp-support-multiple-inheritance

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
