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 The Difference Between The System.array.copyto() And System.array.clone()?
What is marshalling in c#?
Name the connections does microsoft sql server support?
Is list passed by reference c#?
Are objects passed by reference in c#?
Can we write class inside a class in c#?
what is a destructor?
Can the accessibility of a type member be greater than the accessibility of its containing type?
What is meant by desktop application?
What is difference between constants and readonly in c#?
Define an escape sequence, name few strings in escape sequence?
Is comparator a functional interface?
How to implement singleton design pattern in c#?
What is the purpose of a console table?
Is functional interface runnable?