---
title: "When do you really need to create an abstract class?"  
description: "When do you really need to create an abstract class?"  
author: "Sumit Kesarwani"  
published: 2014-09-19  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/2152/when-do-you-really-need-to-create-an-abstract-class  
category: "c#"  
tags: [".net", "c#"]  
reading_time: 1 minute  

---

# When do you really need to create an abstract class?

We define abstract classes when we define a template that needs to be followed by all the derived classes.

## Answers

### Answer by Sumit Kesarwani

We define abstract classes when we define a template that needs to be followed by all the derived classes.


---

Original Source: https://www.mindstick.com/interview/2152/when-do-you-really-need-to-create-an-abstract-class

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
