What are the access-specifiers available in c#?
Answer Posted / rashmi
1.public
2.private
3.protected
4.internal
5.protected internal
| Is This Answer Correct ? | 22 Yes | 6 No |
Post New Answer View All Answers
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
What is the difference between add and addrange in c#?
Can a class have static constructor?
How many types of methods are there in c#?
What is null character in string?
What is difference between an reference type and value type in C#?
What is the system namespace?
Can an abstract class inherit from another abstract class c#?
What is the default scope of a class in c#?
Explain the difference between pass by value and pass by reference.
Explain about accessibility modifier 'protected internal'?
What is the difference between iqueryable and ienumerable?
What is inline function in c#?
Where is c# compiler located?
Suppose two interfaces have same method, so how will you implement these methods in derive class?