C# Tips

Today's C# Quiz

Quiz

Which access modifier cannot be used for the class defined right under the namespace?

public
internal
protected
The class may omit an access modifier.

Tip

Answer