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
Explain partial class in c#?
Can constructor be private c#?
What is the use of console application in c#?
Is c sharp free?
Enlist some of the properties of a thread class?
Is the following code legal?
what is the default access for a class
Explain about Oops concept
Why do we need oops in c#?
What are console applications used for?
Does c# support c type macros?
List out the differences between array and arraylist in c#?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
What is a scope in c#?
What is a class in unity?