what is accessspecifier and explation each with example?
Answer Posted / chaithanya.a
These are also modifiers used to define scope of a type as
well as their members i.e who can access them who can't
c#supports 5 types
1.private
2.internal
3.protected
4.protected internal
5.public
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the generation of Garbage Collection in C# .NET ?
What is a collection class in c#?
Is list ienumerable c#?
What is difference between singleordefault and firstordefault?
Explain the difference between class and interface in .net?
What is difference between a constant and read-only in C#?
What is the reason behind the invention of c#?
Why do we need to override in c#?
Define constructors
What is the difference between disposing of () and finalize() methods in c#?
What are PE(Portable Executable)?
How much time will it take to learn unity?
Is there hashmap in c#?
What is the difference between xml documentation tag?
When do we generally use destructors to release resources?