How many types of access specifier in c# and vb.net?



How many types of access specifier in c# and vb.net?..

Answer / vignesh

The access-specifiers available in C# are:

Public, Protected, Protected internal & Private

The access-specifiers available in Vb.net are:

Public, Private, Protected, Friend & ProtectedFriend

Is This Answer Correct ?    9 Yes 2 No

Post New Answer

More OOPS Interview Questions

Does c++ support multilevel and multiple inheritance?

9 Answers   IBS, Wipro,


How to create a comment page in C #??

2 Answers  


When is a memory allocated to a class?

11 Answers  


Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??

1 Answers  


What is solid in oops?

0 Answers  






What is difference between new and malloc?

7 Answers   emc2,


why destructor is not over loaded?

5 Answers  


Name a typical usage of polymorphism

3 Answers  


You have one base class virtual function how will call that function from derived class?

4 Answers  


write a program to print * * * * * *

2 Answers  


Can a varargs method be overloaded?

0 Answers  


What is object and class in oops?

0 Answers  


Categories