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 |
Why do we need generics in c#?
What does clr stand for?
what are the advantages of c# over vb.net?
10 Answers Choice Solutions, HCL, Practical Viva Questions,
Which namespace is required to implement trace ?
Can I call a virtual method from a constructor/destructor?
What is anonymous class in c#?
What is garbage collector and where should you use in .NET?
What does protected internal access modifier mean?
What is get set in c#?
What is the role of the datareader class in ado.net connections?
What is session and cookies in c#?
What is variable and its classification?
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)