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 class access modifiers

Answer Posted / kirti

Access modifiers are keywords used to specify the declared accessibility of a member or a type. This section introduces the four access modifiers:

� Public - Access is not restricted.

� Protected - Access is limited to the containing class or types derived from the containing class.

� Internal - Access is limited to the current assembly.

� Protected inertnal - Access is limited to the current assembly or types derived � from the containing class.

� Private - Access is limited to the containing type.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?

945


Explain the methods used to render the views in mvc?

1080


In which assembly is the mvc framework defined?

1086


What is the .net framework and how does it work?

1019


Can I uninstall microsoft .net framework?

1056


What is entity sql? : Entity framework

1086


What is the use of viewmodel in mvc?

1106


how can you tell ef to have a different table or column name than that defined for the class?

1105


Describe the gac in the .net framework.

1066


explain how you can load related entities in ef (entity framework)?

1051


What is mapping in entity framework? : Entity framework

1037


Can we add constraints to the route? If yes, explain how we can do it?

1271


Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?

1202


What is the difference between renderaction and renderpartial?

1192


What are Scaffold templates in ASP.Net MVC?

1116