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 does console mean c#?
Is int reference type c#?
How can you sort strings in array that are passed to method as arguments?
What is ilist c#?
what is the default access for a class
What is type safe in c#?
Is arraylist faster than linkedlist?
How does c# generics and c++ templates compare?
What is a singleton unity?
What is datatable in c#?
Can you put two constructor with the same structure in a class?
What can we do to handle multiple exceptions?
What is attribute and reflection in c#?
Can you create an instance of a static class?
what is a static constructor?