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 |
What are delegate methods?
What is returned if you pass the value 12.34 to the parsefloat () function?
What is the difference between list and arraylist in c#?
What is the difference between static class and abstract class in c#?
How can you set image source dynamically from c# application to ”test.png” file?
What is a proxy of the server object in .NET Remoting?
What is sqldatareader c#?
What is poco c#?
What is the console on a mac?
What is an array of arrays called?
What are custom exceptions?
What Is An Interface Class?
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)