What is internal and protected-internal accessspecifier in
c#.net?
Answer / lakshmi m
Internal - access is limited to the current assembly
Protected internal- access limited to the current assembly or types derived from the containing class.
Is This Answer Correct ? | 1 Yes | 0 No |
how can i display crystalreport in button click? am working with VS2005
Can we store different data types in arraylist in c#?
What is poco c#?
Can an interface extend a class c#?
What is the use of tryparse in c#?
How to assign default value to nullable types? Did nested nullable types are allowed
How is the memory managed in C#.
What .exe means?
What are object oriented concepts?
What is the advantage of dependency injection?
What is a multicast c# delegate?
When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?