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
Give an example to show for hiding base class methods?
What's the difference between abstraction and encapsulation?
What is meant by enumerable in c#?
Difference between Value type & reference types ? and give the example in .Net?
What is the difference between an implicit conversion and an explicit conversion?
How big is int16?
What is Wrapper class in dot net?
Can you create an instance of a static class?
How do you sort an array in c#?
Define method overloading in c#?
Why singleton pattern is used in c#?
how to implement a web service in .net
What is the difference between first and firstordefault?
Can abstract classes be final?
What is the data provider name to connect to access database?