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...

Explain about Protected and protected internal, ?internal?
access-specifier?

Answer Posted / sumathi

Protectd :

Method declared as Protected,means it is accessible only in
it's derived classes.
So with this access specifier we can provide more security
to the class members.

Protected internal:

Methods or varibales are declared as protected internal are
accessible in the derived classes but outside the assembly
also.

Internal:
Member Methods or member variables declared as internal are
accessible with in classes of the same assembly.

Is This Answer Correct ?    14 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the OOPS concept in C#?

1020


What are destructors in C#?

1637


Why constructor is used in c#?

950


What's the difference between System.String and System..StringBuilder in C#?

1069


What is difference between C# and VB.NET?

1256


How many root nodes are there in an xml document?

903


What is the difference between icomparer and icomparable in c#?

994


Why it's said that writing into .NET Application Configuration Files is a Bad Idea?

1012


Can partial class be inherited?

968


What is the use of partial methods?

1121


What is the difference between hashtable and dictionary in c#?

970


What is the difference between Singleton design pattern and Factory design pattern?

1010


Explain the Abstract class in c#.net

1074


Does unity require coding?

1002


Is c# front end or back end?

986