What is internal and protected-internal accessspecifier in
c#.net?
Answer Posted / lakshmi m
Internal - access is limited to the current assembly
Protected internal- access limited to the current assembly or types derived from the containing class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to stored and retrive video in Sql server using asp.net c#......?
Define property in c#.net?
Is string nullable in c#?
What is args c#?
What do you understand by 'access specifiers' in C#?
What is a generic c#?
what is the Difference between the public and private ?
Can we inherit a private class in c#?
Define constructors
What is the difference between User controls and Custom Controls?
Why are mutable structs evil?
What is a collection class in c#?
Why do we use static class in c#?
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
what are the Disadvantages of vb