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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Plese get me a perfect C++ program for railway/airway reservation with all details.

3424


What is a class in oop?

595


What is abstraction and encapsulation?

565


What is basic concept of oop?

691


What is difference between class and object with example?

560






write string class as your own class in java without using any built-in function

1974


What is the main purpose of inheritance law?

666


What does no cap mean?

590


What is the highest level of cohesion?

569


What are the data types in oop?

600


What is the point of oop?

646


What is a class and object?

590


Why is there no multiple inheritance?

562


Get me a number puzzle game-program

1690


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2027