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 an internal specifier? what happens internally when
I use access specifier Internal ?

Answers were Sorted based on User's Feedback



what is an internal specifier? what happens internally when I use access specifier Internal ?..

Answer / sandeep soni

internal specifier means that the class or member for which
it is used is local to the Assembly and is not accessable
to code outside the assembly.

Is This Answer Correct ?    6 Yes 2 No

what is an internal specifier? what happens internally when I use access specifier Internal ?..

Answer / manojavam

Internal specifier will allow the user to use the
componenet inside the assembly but not outside the assembly.

Is This Answer Correct ?    2 Yes 0 No

what is an internal specifier? what happens internally when I use access specifier Internal ?..

Answer / vijay rana

internal means class or member is only accessible in the
assembly only;

Is This Answer Correct ?    3 Yes 3 No

what is an internal specifier? what happens internally when I use access specifier Internal ?..

Answer / viveka

Internal Specifier is used in C#. It can be accessed by all
the classes with in the assembly but not from outside the
assembly.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Sharp Interview Questions

What is the use of oops in c#?

0 Answers  


Is system a class in c#?

0 Answers  


Where does the dispose method lie and how can it be used to clean up resources?

2 Answers   TCS, Wipro,


What is difference between private, protected, and public in C#?

0 Answers   B-Ways TecnoSoft,


Explain how can you clean up objects holding resources from within the code?

0 Answers  


Why we use get and set property in c#?

0 Answers  


What are logical operators in c#?

0 Answers  


What is lock in c#?

0 Answers  


What is super class in c#?

0 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


What are the types of assembly available

0 Answers  


C Sharp

1 Answers   Wipro,


Categories