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 scaffolding in c#?
When do we generally use destructors to release resources?
Can we override main method in c#?
What is reflection c#?
Is multilevel inheritance possible in c#?
Can extension methods access private members?
Can a method be sealed in c#?
What is difference between array and arraylist c#?
What is enum in c#?
can multiple catch blocks be executed for a single try statement?
What do constructors do in c#?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
What is multidimensional array in c#?
What is readline library?
What does return do in unity?