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
Why do we use delegates?
Is void a class?
Explain about Error handling and how this is done
What is generic collection in c#?
What are custom attributes in c#?
What is deferred execution in c#?
Why do we use lambda expression in c#?
Which language is used for desktop application?
How do I unload an assembly?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
What is difference between list and ilist in c#?
What tool we have to use to install assembli in gac folder.
Can datetime be null c#?
Explain how do I convert a string to an int in c#?
How do I create a delegate/multicastdelegate?