---
title: "Does C# support Multiple Inheritance?"  
description: "Does C# support Multiple Inheritance?"  
author: "Uttam Misra"  
published: 2011-02-17  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/357/does-c-sharp-support-multiple-inheritance  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# Does C# support Multiple Inheritance?

No\

## Answers

### Answer by Ritesh Behal

\
No \
\
C# does not support multilevel inheritence. But it supports interface which is like multilevel inheritence.\

### Answer by Uttam Misra

No\


---

Original Source: https://www.mindstick.com/interview/357/does-c-sharp-support-multiple-inheritance

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
