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


Please Help Members By Posting Answers For Below Questions

What is a derived class in c#?

474


How is exception handling implemented in c#?

577


What is eager loading in c#?

466


What are access modifiers used for?

591


What is a jagged array?

488






When should you use generics?

510


What is string interpolation in c#?

540


What is public or shared assemblies ?

548


how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used

2393


How is lazy loading achieved?

493


What is the difference between system.text.stringbuilder and system.string?

529


What is the execution entry point for a c# console application?

526


What is an enumerator c#?

512


What is the difference between finalize() and dispose()?

494


What is the difference between virtual method and abstract method?

543