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 / sujai cn

protected :
The members which are declared as protected can only be
accesed from the derived class.

Internal :
In c# The members which are declared as Internal can only
be accessed "with in the assembly(dll or an exe)".

Thus when we declare a member as protedcted internal it can
be accessed by the derived class with in the same asssembly.

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between dataset and datareader?

1009


What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?

1205


Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.

2398


Major difference between Basic httpbinding and WShttpbinding?

1109


How do I create a dbml file?

1035


What is the difference between firstordefault and first?

961


What is bit in c#?

1030


What does addressof operator do in background ?

1062


What are functions in c#?

950


What is the use of tryparse in c#?

966


What is xml serialization and deserialization in c#?

997


What are virtual classes in c#?

1003


What is expression c#?

972


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

960


Is datetime immutable c#?

976