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 is the difference between protected and protected internal?

Answer Posted / manu

protected is really protected inside and outside the assembly (protected internal / protected external) (not allowed on top level classes)

protected internal is really public inside the assembly but protected outside the assembly (public internal / protected external) (not allowed on top level classes)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of convert toint32 in c#?

1021


What is the meaning of MSIL?

1343


Write one code example for compile time binding and one for run time binding? What is early/late binding?

1066


Explain About Postback

986


When To use HashTable In C#

1073


What is an extension method in c#?

1033


What is difference between managed and unmanaged code?

1047


Does the variables of a private class-level inherited?

1057


Why abstract class can not be instantiated?

926


What are the properties of a string class?

1092


How do you determine whether a string represents a numeric value?

973


What does break do in loop?

994


What is difference between a function and a method?

985


Explain about Oops concept

1004


Why do we need abstract class?

954