---
title: "What is nested class?"  
description: "What is nested class?"  
author: "Anonymous User"  
published: 2015-04-27  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/2441/what-is-nested-class  
category: "java"  
tags: ["java", "nested", "class"]  
reading_time: 1 minute  

---

# What is nested class?

A class which is declared inside another class is known as nested class. **There are 4 types of nested class member:**1)inner class2) local inner class3)anonymous inner class and 4)static nested class.

## Answers

### Answer by Anonymous User

A class which is declared inside another class is known as nested class. **There are 4 types of nested class member:**1)inner class2) local inner class3)anonymous inner class and 4)static nested class.


---

Original Source: https://www.mindstick.com/interview/2441/what-is-nested-class

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
