Posts by Jhonatan Matheus • 13 points
1 post
-
1
votes2
answers427
viewsQ: How to create a generic class that receives data from two other classes
I have three classes, the superclass Refeição, and the child classes Ingrediente and Prato, wanted to create a generic class, which would receive data from child classes to create a crud (with…