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

What is value c#?

0 Answers  


How does inheritance work in c#?

0 Answers  


Can class inherit from struct c#?

0 Answers  


what are the advantages of c# over vb.net?

10 Answers   Choice Solutions, HCL, Practical Viva Questions,


Define a partial class?

0 Answers  






Is list a collection c#?

0 Answers  


how to retrive a TextBox value in to Sql database using C# windows form application coding

3 Answers  


What are the fundamental oop concepts?

0 Answers  


What is the process of Serialization?

0 Answers  


What is generic in c#?

0 Answers  


Why do we need ienumerable in c#?

0 Answers  


Explain anonymous type in c#?

0 Answers  


Categories