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's the difference between class and object?
Why we need get set property in c#?
How can I check the type of an object at runtime?
Explain async and await?
What is reference c#?
What is option parameter in C#?
What is the advantage of singleton class?
What is addressof operator?
What is the difference between Static, Const and read only?
Where static variables are stored?
Can you describe iuknown interface in short?
What is public void in c#?
How many types of inheritance are there in c#?
Is class reference type c#?
What is reference types in c#?