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.
In C#, the default modifier for the class member is private. The member in this case will be visible only within the current class.
Leave a Reply