How do I share an object between two similar classes? For example,I would like to have two players in a game: Human and Computer They will be sharing a Deck class which has a variable : ArrayList cardList The human and computer object needs to access the cardList at the same time to draw cards during the gameplay.How do I share an object between two similar cl