what is diffrence between protected ,internal and protected
internal??
whether protected field available in derived class which is
outside the assembly.
if not ..this is possible by which access modifiers??
Answer Posted / komilla shaheen
Protected means within the same class .Internal means
within the same assembly.Protected internal means class
member within the same class,inherited classes in the same
assembly.i think it protected internal which is availble
in derived class which is outside the assembly.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do you declare a method in c#?
What is serialization in c#?
What's the difference between a method and a procedure?
What is reference types in c#?
What are All kind of access specifiers for a class and for methods
1. Describe page life cycle?
Define property in c#.net?
What are the problem with .NET generics?
Which programming language is best for desktop applications?
What language is arduino?
What is difference between const and static in c#?
Define c# delegate?
Which is faster iqueryable or ienumerable?
What is the difference between returning iqueryable vs ienumerable?
How do you prevent a class from being inherited?