What are the access allowed for compilation
units(namespace),class and structs and what are its default
access?
Answer / basavaraju.c
Namespace : It is not possible to use any access specifiers
like private, public etc with a namespace declarations. The
namespaces in C# are implicitly have public access and this is
not modifiable.
For Class and Structs we can only use internal and public.
(default access is Internal)
Is This Answer Correct ? | 0 Yes | 0 No |
What are the Different kinds of methods?
explain DIFFERENCE BETWEEN CLASS AND MODULE?
How To Maintain Transaction In C#?
1 Answers Phoenix Technologies,
What will a loop recorder show?
What is dao in c#?
how to sort an array in c#
What is wpf c#?
Is there hashmap in c#?
Why generics are used in c#?
what is the difference between the debug class and trace class?
What is parameterized constructor?
What is the use of nullable types in c#?