What is the difference between protected and protected internal?
Answer Posted / mahi
Protected Internal: it's similar to Protected access
specifier, it also allows a class to hide its member
variables and member function to be accessed from other
class objects and function, excepts child class, within the
application. used while implementing inheritance.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is anonymous class in c#?
Can interface inherit class in c#?
What is the difference between finally and finalize block?
What is local function?
What's different between c# and c/c++?
What is delimiter in c#?
What is an arraylist in c#?
Why attributes are used in c#?
How many types of inheritance are there in c#?
To whom a method is accesssed if it is marked as protected internal ?
List down the differences between public, static and void keywords?
What is difference between constants and readonly in c#?
Explain the working of serialization?
What is oledb in c#?
Can we change static value in c#?