Describe the accessibility modifier protected internal.
Answer Posted / pushparaj pentakota
rest of non-child class of another project remailning all
cases it is accessble.
same project , same class ---- accessble
same project , child class --- yes
same project , non-child class --- yes
another project , same class --- yes
another project , child class ---yes
another project , non-child class ---not accessble
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a generic class?
What is the difference between private and protected in c#?
What is dll hell, and how does .net solve it?
Differentiate between the public and private ?
Why do I get a syntax error when trying to declare a variable called checked?
What is _viewstart cshtml?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What is difference between static and readonly in c#?
Why use a singleton instead of static methods?
Can a loop recorder detect a heart attack?
Why do we use stringbuilder in c#?
What does return do in unity?
What is field in c#?
Why do we need delegates in c#?
What is datetime parse in c#?