adspace
what is scope of a protected internal member variable of a c# class
Answer Posted / Kumari Shashi Prabha
A protected internal member variable in C# can be accessed within the same class, within the same assembly (internal), and from derived classes in other assemblies (protected).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers