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