Posts by Miguel • 1 point
1 post
-
0
votes2
answers58
viewsQ: Add Elements from one class to an arraylist in another class
I have a class Ticket, that creates a ticket. and I have to do a class CustomerService with a ArrayList Ticket type, which I called tickets and places all tickets created in this Arraylist.…