Posts by Anakin86708 • 23 points
1 post
-
1
votes1
answer185
viewsQ: Class declaration in C#
What other access levels can I declare a class in C# besides public and private. I found these levels in the microsoft website: protected internal protected internal…