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 are the types of serialization?

0 Answers  


hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks

0 Answers  


Why abstract class is not instantiated in c#?

0 Answers  


What you mean by inner exception in c#?

0 Answers  


Is and as keyword in c# net?

0 Answers  






Write a sample code to write the contents to text file in c#?

0 Answers  


Can a struct inherit from another struct or class in c#?

0 Answers  


How do I run managed code in a process?

0 Answers  


What is difference between interface and abstraction?

0 Answers  


Explain lock, monitors, and mutex object in threading.

0 Answers  


What is a delegate?

5 Answers   Siebel Systems,


What operator means?

0 Answers  


Categories