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 an example of a delegate?
Define c# i/o classes?
Contrast between an interface and abstract class?
What is an inheritance ?Give an example in which inheritance is used?
Difference between Value type & reference types ? and give the example in .Net?
If you want to write your own dot net language, what steps you will u take care?
Explain “static” keyword in c#?
Distinguish between array and arraylist in c#?
What are the classes contained in a single .NET DLL ?
Explain concurrency with aop?
Explain dataset.acceptchanges method in .net?
What are the benefits of using generics?
Does c# support a variable number of arguments?
What are floating point numbers?
Tell me the difference between value passing and address passing?