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

Can static class have constructor?

0 Answers  


We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts?

8 Answers   IBM, Sage, Vertex,


What is a macro? And how is a macro same as a template?

4 Answers  


What do you mean by public, private, protected and friendly?

3 Answers   CA,


what's the basic's in dot net

0 Answers   informatics,






c++ program to swap the objects of two different classes

0 Answers  


why oops need in programming

7 Answers   TCS,


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

0 Answers   UBS,


which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.

4 Answers  


Why it is called runtime polymorphism?

0 Answers  


OOP'S advantages of inheritance include:

1 Answers   Infosys,


What is new keyword in oops?

0 Answers  


Categories