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


Please Help Members By Posting Answers For Below Questions

What is overloading with example?

491


Can we inherit sealed class in c#?

463


Is there a way of specifying which block or loop to break out of when working with nested loops?

535


What is clr in c#?

481


Can we inherit singleton class in c#?

461






What is generic types in c#?

500


What is enumerable in c#?

469


How do I open the console window?

565


What is strongly typed in c#?

485


Can we create extension method for interface?

486


Are c# tuples immutable?

502


What is inline function in c#?

505


What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?

590


Define method overloading in c#?

577


Does main have to be static c#?

480