What is default access modifier for class in c#?



What is default access modifier for class in c#?..

Answer / Ravi Kiran Prabhakar

The default access modifier for a class in C# is 'internal'. This means that the class can only be accessed within its own assembly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is it not possible to store a boolean value as a variable?

1 Answers  


What is main thread in c#?

1 Answers  


How do you define a predicate?

1 Answers  


What are the different types of constructors in c#?

1 Answers  


What is difference between throw and throws in c#?

1 Answers  


Explain about Error handling and how this is done

1 Answers   Digital GlobalSoft,


Is var a data type?

1 Answers  


What is executenonquery c#?

1 Answers  


What is the difference between read and readline in c#?

1 Answers  


What is the benefit of interface in c#?

1 Answers  


How long can a string be c#?

1 Answers  


what is IComparable

1 Answers   Wipro,


Categories