---
title: "Are Private Class-level Variables Inherited?"  
description: "Are Private Class-level Variables Inherited?"  
author: "Anonymous User"  
published: 2015-05-30  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2596/are-private-class-level-variables-inherited  
category: ".net"  
tags: ["c#", "oops", "inheritance", "variable"]  
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. But they are.

## Answers

### Answer by Anonymous User

Yes, but they are not accessible, so looking at it you can honestly say that they are not inherited. But they are.


---

Original Source: https://www.mindstick.com/interview/2596/are-private-class-level-variables-inherited

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
