---
title: "What is a base class?"  
description: "What is a base class?"  
author: "Sumit Kesarwani"  
published: 2013-11-13  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/1817/what-is-a-base-class  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is a base class?

A class declaration may specify a base class by following the class name with a colon and the name of the base class. Omitting a base class specification is the same as deriving from type object.

## Answers

### Answer by Sumit Kesarwani

A class declaration may specify a base class by following the class name with a colon and the name of the base class. Omitting a base class specification is the same as deriving from type object.


---

Original Source: https://www.mindstick.com/interview/1817/what-is-a-base-class

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
