I’m trying to understand about nested classes in C#. I understand that a nested class is a class that is defined within another class, what I don’t get is why I would ever need to do this.

8 Answers
8

Leave a Reply

Your email address will not be published. Required fields are marked *