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 is the major difference between a custom control and user control?
What is arraylist class in c#?
What is the difference between out and ref in c#?
Why main is static in c#?
How does return work in c#?
Are enums static c#?
Explain use of abstract and sealed classes in c#?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
What is console read in c#?
What does async mean in c#?
What is the difference between finalize() and dispose()?
Is the following code legal?
What is the difference between a field and a property in c#?
What is the difference between overriding and overloading in systemverilog?
How do you encapsulate in c#?