what is accessspecifier and explation each with example?
Answer Posted / pranoti moghe
There are basically 5 access specifiers in .net...
Public - meaning members can be accessed from anywhere..even outside the assembly...
Private - meaning members cannot be accessed outside a class..
Protected - meaning members can be accessed in that class and to the derived classes....
Protected internal
Internal
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do I declare a pure virtual function in c#?
What are the properties of a string class?
What are extender provider components? Explain how to use an extender provider in the project.
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
Why do we use struct in c#?
What is static class in C#?
What is oledbconnection c#?
Is list a collection c#?
What is a multicast delegate in c#?
How are delegates chosen?
What do you mean by string objects are immutable?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
Which are access modifiers available in c#?
What does void mean in c#?
What are the different types of assembly?