What is the default modifier for the class in C#?

What is the default modifier for the class in C#?

In C#, the default modifier for the class is internal. This is applicable of there is no modifier defined for the class.

When the class is internal, then it is visible only within the current assembly.

%d