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

Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.

1 Answers   Wipro,


What is multilevel inheritance explain with example?

0 Answers  


Explain the advantages of inheritance.

0 Answers   TCS,


Who invented oop?

0 Answers  


why to use operator overloading

3 Answers  


What are virtual functions?

2 Answers  


explain the concepts of oops?

1 Answers  


WHAT IS THE DIFFERENCE BETWEEN ABSTRUCTION AND ENCAPSULATION? PLEASE EXPLAIN IT.

7 Answers   ETH,


what type of questions

0 Answers   IBM,


What are oops functions?

0 Answers  


What do we mean by a hidden argument in a function?

1 Answers   TCL,


Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345

7 Answers  


Categories