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
Why interface is required?
What is reference types in c#?
What do you mean by a windows process in regards to memory allocation?
What is call back method?
What is the base class of all classes in c#?
Can a class have static constructor?
How do I get deterministic finalization in c#?
What is the use of dll file in c#?
Can we inherit two classes in c#?
update data in an xml file which resides in solution itself, using silverlight 4.0
What is string interpolation in c#?
Explain about CTS?
How to install or uninstall a windows service?
What are the benefits of using generics?
What are constants in c#?