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
Why do we use dictionary in c#?
What is system predicate?
What is a ienumerator?
Is friend a constructor?
What is a destructor in c#?
What is ienumerator c#?
Is c# lazy thread safe?
What is the default value of guid in c#?
What is super class in c#?
How do you declare a variable in c#?
What are reflections in c#?
Is hashset serializable c#?
What is c sharp used for?
Name which controls do not have events?
What does mean before a string in c#?