Describe the accessibility modifier protected internal.

Answers were Sorted based on User's Feedback



Describe the accessibility modifier protected internal...

Answer / venu gopal

It?s available to derived classes and classes within the
same Assembly (and naturally from the base class it?s
declared in).

Is This Answer Correct ?    4 Yes 1 No

Describe the accessibility modifier protected internal...

Answer / 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

Describe the accessibility modifier protected internal...

Answer / kirti

It is available to derived classes and classes within the same Assembly (and naturally from the base class it's declared in).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Hi, Can we implement the Abstract class on interface in c#, If yes then provide the code implementation

1 Answers   RHR, Wipro,


List the difference between the virtual method and the abstract method?

0 Answers  


What is the difference between a variable and a literal?

0 Answers  


What is an interface class? Give one example of it

0 Answers  


what is satelite assembly?

5 Answers   ABC,






What does firstordefault mean in c#?

0 Answers  


What does it mean?

0 Answers  


Does C# support multiple inheritance?

3 Answers   IBM, Siebel Systems, Visual Soft,


What are the 4 pillars of any object oriented programming language?

0 Answers  


Please explain the basic string operations used in c#?

0 Answers  


What is difference between a type and class?

0 Answers   Arigo Infotech,


What is the difference between var and dynamic types in c# 4.0?

0 Answers  


Categories