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

difference between keyword internal and protected?

Answer Posted / pawan

protected and internal can be accessed in the derived class
which can be in different namspaces.

Protected can not be accessed using object, it dosen't
matter whether it is in same or different namespace.

Only internal method will be accible using object

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of iqueryable in c#?

928


How is the syntax written to inherit from a class in C#?Give an example ?

1107


Why array is faster than arraylist in c#?

1034


What is a interface in c#?

1082


what is IDisposal interface

1204


What is the advantage of extension method in c#?

934


What do you mean by streamreader/streamwriter class in c#?

996


What is Assembly. and Describe type of assembly. why most developer happy with private assembly.

1031


What is attribute and reflection in c#?

1051


Is Multiple-inheritance supported by c#?

1035


What is short in c#?

1023


List some of the basic string operation?

980


What is the relation between classes and objects?

1003


how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.

1772


What is this keyword in C#?

1030