---
title: "Are private class-level variables inherited?"  
description: "Are private class-level variables inherited?"  
author: "Anonymous User"  
published: 2011-04-23  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/772/are-private-class-level-variables-inherited  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# Are private class-level variables inherited?

Yes, but they are not accessible, so looking at it you can honestly say that they are not inherited.

## Answers

### Answer by Anonymous User

Yes, but they are not accessible, so looking at it you can honestly say that they are not inherited.


---

Original Source: https://www.mindstick.com/interview/772/are-private-class-level-variables-inherited

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
