Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the access-specifiers available in c#?

Answer Posted / rajendra

In C# .net the access specifiers are:
1.private
2.Internal
3.protected
4.protected Internal
5.Public

In VB.net the access specifiers are:
1.Private
2.Friend
3.Protected
4.Protected Friend
5.Public

Is This Answer Correct ?    8 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you know about Translate Accelerator?

1159


Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?

955


What is the default boolean value in c#?

1010


can you declare an override method to be static if the original method is not static?

1067


Can you put two constructor with the same structure in a class?

963


What is the importance of closing an ado.net application?

947


What is console read in c#?

960


What are extender provider components?

949


What does type safe mean in c#?

1049


what is the difference between convert.tostring() and tostring() functions ?

1102


what is a destructor?

1047


What is the advantage of constructor in c#?

951


Is overriding of a function possible in the same class?

1008


Give an example to show for hiding base class methods?

898


What is meant by enumerable in c#?

1018