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 a linq in c#?
What standard types does c# use?
Will the following code compile?
What is an iqueryable in c#?
What will be the output of the following code?
How do you define a predicate?
What are synchronous and asynchronous operations?
can you create a function in c# which can accept varying number of arguments
What are functions c#?
What is delegates in c# and uses of delegates?
What is data types in c#?
What is the difference between static class and singleton class in c#?
How do I register my code for use by classic com clients?
What is dataview c#?
What is a di class?