What are the access-specifiers available in c#?
Answer Posted / swapna
Public,Private,Protected ,Friendly,protected friendly
are the access specifiers in c#.
| Is This Answer Correct ? | 37 Yes | 182 No |
Post New Answer View All Answers
What is difference between association, aggregation and inheritance relationships?
What does immutable mean in c#?
What is whitespace in c#?
Why do we need constructor in c#?
What is a struct in C#?
What is the use of tuple in c#?
Can interface inherit class in c#?
What is the difference between CONST and READONLY?
What is the difference between array and list in c#?
Illustrate the process of code compilation in c#?
If you want to convert a base type to a derived type, what type of conversion do you use?
How to use reflection to call generic method?
What is jagged array in c#?
How to generate strong name key file or which command is used to generated strong name key file?
What is a delegate? How can it works?