CC#•Created by caiosa2339 on 3/20/2023 in #help ❔ How to add a list of type of another class in c#?
I'm doing a program where I need to store the a list of the Person class in the class of People. A Person is defined by her name, and age...How do I store a list of Person inside the People class?