What are the access-specifiers available in c#?
Answer Posted / raees khan
public, private,protected are A-S in c#
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the types of comment in c# with examples?
What is type safe in c#?
What are different types of Delegates in C#?
Is java better than c sharp?
Why do we need ienumerable in c#?
Is functional interface runnable?
Why References are stored on heap and variables on stack?
What is the use of inheritance in c#?
What is a cs file?
Why we use extension method in c#?
Can an array be null c#?
What is the difference between static class and singleton class in c#?
What is the difference between dispose() and finalize() methods in c#?
What is difference between hashtable and dictionary in c#?
Can c# inherit multiple classes?