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 main thread in c#?
How do I create a new form in c#?
Can I use exceptions in c#?
What is the difference between string keyword and system.string class?
How do I declare a pure virtual function in c#?
How does substring work in c#?
What is difference between virtual and override in c#?
what is the default access for a class
What is difference between write and writeline?
What is appdomain in c#?
What is the difference between integer and double?
What is a method signature?
What is whitespace in c#?
What does question mark mean in c#?
What does xpath return?