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

what are the realtime excercises in C++?

0 Answers   IBM, Wipro,


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

0 Answers   CAT,


What normal C constructs work differently in C++?

2 Answers  


What is polymorphism and example?

0 Answers  


What is Virtual Keyword?

9 Answers   IBM, NA,


What is friend function?

12 Answers   Wipro,


What is an advantage of polymorphism?

0 Answers  


What are oops functions?

0 Answers  


What is the main difference between C++ and Java

11 Answers   TCS,


Can we define a class within the interface?

0 Answers  


in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C

1 Answers   IonIdea,


What is interface in oop?

0 Answers  


Categories