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
Explain static class members.
What is oledbconnection c#?
What is a value type in c#?
What is a linked list c#?
Why References are stored on heap and variables on stack?
Can struct inherit from class c#?
Explain the 3 types of properties in c# with an example?
What are the advantages of using partial classes?
Why do we use 0?
Can you explicitly call a destructor?
What is the advantage of singleton class?
How to find whether the application is run from inside ide or not?
Are structs value types or reference types?
Explain what is copy constructor?
What is dataset and dataadapter in c#?