---
title: "Describe the accessibility modifier “protected internal”?"  
description: "Describe the accessibility modifier “protected internal”?"  
author: "Amit Singh"  
published: 2010-10-28  
updated: 2020-09-03  
canonical: https://www.mindstick.com/interview/209/describe-the-accessibility-modifier-protected-internal  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# Describe the accessibility modifier “protected internal”?

It is available to classes that are within the same assembly and derived \
from the specified base class \

## Answers

### Answer by Amit Singh

It is available to classes that are within the same assembly and derived \
from the specified base class \


---

Original Source: https://www.mindstick.com/interview/209/describe-the-accessibility-modifier-protected-internal

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
