What are the access-specifiers available in c#?
Answer Posted / mrinalini
1.public
2.private
3.protected
4.internal
5.protected internal
| Is This Answer Correct ? | 130 Yes | 21 No |
Post New Answer View All Answers
What is the difference between readkey and readline in c#?
Why do we need to serialize data?
Difference between call by value and call by reference in C#?
Explain clr in brief.
In which way a two-dimensional array declared in C#?
What are data types with examples?
What is the solution if you need to manipulate sets of items?
Who benefits from ajax?
What is the difference between convert and parse in c#?
What is the data encapsulation?
Define a class and an object?
What is the advantage of constructor?
How do you declare a method in c#?
What do you mean by hashtable c#?
Can an exception be thrown from a catch block?