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 / priya
Protected means within the same class and types derived from containing class.
.Internal means within the same assembly.
Yes, protected field will be available in derived class which is
outside the assembly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between writeline and write in c#?
What is wrong with the sample program below?
What is the difference between C# 3.5 and C# 4.0?
What is the difference between finalize() and dispose()?
What is inumerable?
What is the difference between static and private constructor?
What is meant by collections in c#?
What is a template class?
What is difference between array and list in c#?
Does c# provide copy constructor?
Why dictionary is faster than list?
What is concrete method in c#?
What is dbcontext c#?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
What does addressof operator do in background ?