---
title: "What is a base class?"  
description: "What is a base class?"  
author: "Amit Singh"  
published: 2011-05-05  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/846/what-is-a-base-class  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# What is a base class?

Base class is the most generalised class in a class structure. Most applications have such root classes. In Java, Object is the base class for all classes.

## Answers

### Answer by Amit Singh

Base class is the most generalised class in a class structure. Most applications have such root classes. In Java, Object is the base class for all classes.


---

Original Source: https://www.mindstick.com/interview/846/what-is-a-base-class

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
