Posts by Marcus Vinicius Bispo Barbosa • 1 point
1 post
-
-2
votes1
answer41
viewsQ: How to create a class that contains a list of objects of a parent class?
I need to create a person class that will have attributes (name, age) and a group class that will contain a list of objects of the person class. However I do not know how to do the second class...…