Describe the accessibility modifier protected internal.
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is value c#?
How does inheritance work in c#?
Can class inherit from struct c#?
what are the advantages of c# over vb.net?
10 Answers Choice Solutions, HCL, Practical Viva Questions,
Define a partial class?
Is list a collection c#?
how to retrive a TextBox value in to Sql database using C# windows form application coding
What are the fundamental oop concepts?
What is the process of Serialization?
What is generic in c#?
Why do we need ienumerable in c#?
Explain anonymous type in c#?