---
title: "What is a base class?"  
description: "What is a base class?"  
author: "Pushpendra Singh"  
published: 2010-10-25  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/84/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 Pushpendra 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/84/what-is-a-base-class

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
