What are the access-specifiers available in c#?
Answer Posted / shakira
Public,private,protected,internal,protected internal.
| Is This Answer Correct ? | 42 Yes | 14 No |
Post New Answer View All Answers
What is virtual in c#?
What are the different states of a thread?
How long will it take to learn c sharp?
Why do we need constructor?
What is difference between private, protected, and public in C#?
Explain the difference between const and static read-only?
Explain the difference between pass by value and pass by reference.
Can a static class have a constructor c#?
How a two-dimensional array declared in C#?
What is a void c#?
What are custom exceptions?
What to implement on my class Finalize or IDisposable
Is there throws keyword in c#?
Why do we need escape characters?
What is type safe in c#?