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?s a delegate?

8 Answers   CTS, Visual Soft,


wipro interview question on 28-Apr-10 1.what type of authentication used in web service, 2.what are type of multithreding ? 3.diff bet delegate and multithreading? 4.how to write update query trigger in stored procedure. 5. if you are so sharp then what happens when you click .net appln exe in system,who CLR get loaded. 6.how to use work flown in application. 7.what is main purpose of script manager. 8.how u handle cretical transaction. 9.how you syncronize the method from no of user, 10.how change name of shared assambly

1 Answers  


What is the use of tuple in c#?

0 Answers  


Is collection a data structure?

0 Answers  


What is reflection in c#?

0 Answers  






Difference between string and stringbuilder?

3 Answers   HCL, Siemens, TCS,


Will finally block get executed if the exception had not occurred?

2 Answers  


What is the task perform by clr?

0 Answers  


What happens if you add duplicate elements to a set?

0 Answers  


What all details the assembly manifest will contain?

0 Answers  


Can you instantiate an abstract class c#?

0 Answers  


What is args c#?

0 Answers  


Categories