what is scope of a protected internal member variable of a c# class



what is scope of a protected internal member variable of a c# class..

Answer / 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

More C Sharp Interview Questions

Can you store different types in an array in c#?

1 Answers  


What do you mean by streamreader/streamwriter class in c#?

1 Answers  


What is monitor in C#?

1 Answers   TryTechnicals Pvt Ltd,


What is the namespace for datatable in c#?

1 Answers  


Do void methods have parameters?

1 Answers  


What is the use of iqueryable in c#?

1 Answers  


What are generic types?

1 Answers  


What is a di class?

1 Answers  


What is data set in c#?

1 Answers  


What is the difference between C# 3.5 and C# 4.0?

1 Answers  


how to deplaoy a project in the system?

1 Answers  


what is meant inheritance. can you exaplain what kind inhertance ussed in your project

1 Answers  


Categories