Describe the accessibility modifier protected internal.
Answer Posted / 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 View All Answers
What is difference between private and protected?
Constructor to an arbitrary base constructor?
Distinguish between a class and struct?
Explain what are the steps for creating clr trigger?
When was .net linq added?
What is a method signature?
In C#, explain the difference between overloading and overriding.
Explain the difference between passing parameters by value and passing parameters by reference with an example?
What are custom attributes in c#?
What does console readkey do in c#?
Explain what is the smallest unit of execution in .net?
Differentiate between method overriding from method overloading with its functionality?
What are types in c#?
What are All kind of access specifiers for a class and for methods
How do I run managed code in a process?