What are the access-specifiers available in c#?
Answer Posted / vijay
public,private,protected,internal,protectedinternal
| Is This Answer Correct ? | 53 Yes | 22 No |
Post New Answer View All Answers
What is field in c#?
In object oriented programming, how would you describe encapsulation in c#?
What is meant by unicode characters?
Is unity object oriented?
Ho we can see assembly information?
What are the commonly used i/o classes?
Explain nullable types in c#?
Why do we use hashtable in c#?
Are constructors inherited c#?
What is the benefit of delegate in c#?
What is inheritance in csharp?
What is overriding in c#?
What is generic and non generic collections in c#?
Why are strings immutable in c#?
Are value types sealed?