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
Can you inherit multiple abstract classes in c#?
Why do we use readonly in c#?
Explain when should you call the garbage collector in .net?
Is list passed by reference c#?
What does the initial catalog parameter define in the connection string?
What is the use of tuple in c#?
Is c# a strongly-typed language?
Is array a list?
What is a must for multitasking
What are the different states of a thread?
Is string passed by reference in c#?
How C# 4.0 supports dynamic programming language?
What is array and its types in c#?
What is c# in asp net?
Is string nullable c#?