what is an internal specifier? what happens internally when
I use access specifier Internal ?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / vijay rana
internal means class or member is only accessible in the
assembly only;
| Is This Answer Correct ? | 3 Yes | 3 No |
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 |
If a method's return type is void, can you use a return keyword in the method?
What is public void in c#?
What is a .exe extension files? How is it similar to .dll extension files?
Is goto statement supported in C#? How about Java?
What is Covariance and contravariance in C#?
Why do we use Design Pattern in C#?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
Illustrate race condition?
explain the nature of the assembly work?
How do I unload an application domain?
How does a function pointer returns a function pointer?
Can we have private constructor in our class file. When we are trying to create instance for the class will it create or throw error regarding that?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)