---
title: "Describe the accessibility modifier protected internal.?"  
description: "Describe the accessibility modifier protected internal.?"  
author: "Anonymous User"  
published: 2011-04-23  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/773/describe-the-accessibility-modifier-protected-internal  
category: "oops"  
tags: ["oops"]  
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/773/describe-the-accessibility-modifier-protected-internal

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
