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 / susanta sahoo

private-accessible with in the class.
protected-accessible with in the class and its child class only in the same project.
internal-access to its child and non child class with in a project.
protected internal-accessible to its child & non child within
the same project(internal inside the project) & accessible to its child class only when a reference is made(protected outside project).
public -accessible to any object.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is wcf c#?

995


What is difference between string and string builder?

1022


What is Delegate and what is it used for ?

1095


What are methods c#?

929


Distinguish between the Debug class and Trace class with its functionality?

1048


What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?

989


How do you read an Excel sheet in C#?

1041


Differentiate between static class and singleton instance?

1061


Helo , Help Me , Help Me About : C# Windows Application - Network How To Manage IP Client's Accessiblity To The Internet Share concise Substitute , Minor ISA Server

2005


What is a property c#?

1097


Are objects passed by reference in c#?

1044


Write a short note on interface?

1048


Is linkedhashset synchronized?

1182


What is continue in c#?

1045


Is a decimal an integer?

932