What is accessibility modifier "protected internal"?

Options
- It is available to classes that are within the same assembly or derived from the specified base class.
- It is available within the class definition
- It is the most permissive access level
- It is the least permissive access level


CORRECT ANSWER : It is available to classes that are within the same assembly or derived from the specified base class.

Discussion Board
Wrong Answer

String are immutable and string builder are immutable

Akhil P 01-17-2020 03:51 PM

WRONG

Wrong, for the reasons that others have said.

Matthew 04-26-2016 02:52 PM

Incorrect

This questions is worded incorrectly. It should be "OR derived from the specified base class in any assembly".

Vince 08-21-2015 01:17 AM

Incorrect

Yes this is incorrect. should be "OR" not "AND"

Law 10-14-2014 02:35 PM

Incorrect

The correct answer is not presented. protected internal members or types become available to classes that are within the same assembly OR derived from the declaring type

Peter-John Lightfoot 09-26-2014 05:42 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement