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

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

In C#, the default modifier for the class member is private. The member in this case will be visible only within the current class.

%d