What are the access-specifiers available in c#?
Answer Posted / rajendra
In C# .net the access specifiers are:
1.private
2.Internal
3.protected
4.protected Internal
5.Public
In VB.net the access specifiers are:
1.Private
2.Friend
3.Protected
4.Protected Friend
5.Public
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What do you know about Translate Accelerator?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
What is the default boolean value in c#?
can you declare an override method to be static if the original method is not static?
Can you put two constructor with the same structure in a class?
What is the importance of closing an ado.net application?
What is console read in c#?
What are extender provider components?
What does type safe mean in c#?
what is the difference between convert.tostring() and tostring() functions ?
what is a destructor?
What is the advantage of constructor in c#?
Is overriding of a function possible in the same class?
Give an example to show for hiding base class methods?
What is meant by enumerable in c#?