---
title: "Describe the accessibility modifier protected internal."  
description: "Describe the accessibility modifier protected internal."  
author: "Anonymous User"  
published: 2011-05-20  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/956/describe-the-accessibility-modifier-protected-internal  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# Describe the accessibility modifier protected internal.

It’s available to derived classes and classes within the same Assembly (and naturally from the base class it’s declared in).

## Answers

### Answer by Anonymous User

It’s available to derived classes and classes within the same Assembly (and naturally from the base class it’s declared in).


---

Original Source: https://www.mindstick.com/interview/956/describe-the-accessibility-modifier-protected-internal

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
