what is an internal specifier? what happens internally when
I use access specifier Internal ?
Answer Posted / 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 |
Post New Answer View All Answers
How does one compare strings in c#?
What is deferred execution in c#?
How to install or uninstall a windows service?
How do you achieve polymorphism in c#?
Define an array?
What is a cshtml file?
Define using statement in c#?
Explain how do you directly call a native function exported from a dll?
Is c# pass by reference?
What is interface used in c#?
What is Named parameter in C#?
Explain how do I get deterministic finalization in c#?
Why do we use 0?
Give an example to show for hiding base class methods?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?