Describe the accessibility modifier protected internal.
Answer Posted / 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 |
Post New Answer View All Answers
List down the access modifiers available in c#?
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
What is the implicit name of the parameter that gets passed into the class set method?
How are methods overloaded?
Define an abstract class?
How can I produce an assembly?
What is datarelation c#?
What is func delegate in c#?
Does c# have primitives?
Name the method of servicebase class?
What is sqldatareader c#?
How many types of serialization are there in c#?
Explain the accessibility modifier protected internal?
Can we change static variable value in c#?
Explain briefly the difference between value type and reference type?