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
How to create events for a control? What is custom events? How to create it?
What is ienumerator c#?
What are generic types?
What is a void c#?
What is console used for?
What is a .exe extension files? How is it similar to .dll extension files?
Does c# support properties of array types?
Can I define a type that is an alias of another type (like typedef in c++)?
Why does dllimport not work for me?
Can abstract class be sealed?
What does namespace mean?
How does dll hell solve in .net?
Why cannot you specify the accessibility modifier for methods inside the interface?
What is the .net datatype that allows the retrieval of data by a unique key?
What is ienumerable t in c#?