What are the access-specifiers available in c#?
Answer Posted / rashmi
1.public
2.private
3.protected
4.internal
5.protected internal
| Is This Answer Correct ? | 22 Yes | 6 No |
Post New Answer View All Answers
What is private virtual in C#?
How can I use .NET components from COM programs?
Write the difference between TypeOf and GetType?
Can we declare private class in c#?
Explain the types of assemblies in .net?
How many bytes is a char c#?
What is extension method in c sharp?
Explain the term inheritance in C#.
What is the advantage of singleton class?
Is string primitive?
What does out mean in c#?
What is ienumerable <> in c#?
What is unsigned int?
What is lazy keyword in c#?
How many digits is a 32 bit number?