a new class is proposed to collect information about a group of dvds. which of the following is the best structure for this class? group of answer choices have separate classes for a single dvd and the entire dvd collection. have one class to store information about a single dvd and just use an arraylist to store the collection. have one class to store information about the collection name and send information about the dvds as simple data (integers, strings, etc.) have one class to store information about dvds and the collection named dvdsinformation