I’d like to ask that, how can i use ArrayList to store a toString(). I’ve got a class, with a toString at the end, and i have to store the toString from the class into the ArrayList.
Like this : Music name , author , release year , currently playing
String , String , int , boolean
hoping you have properly formatted text in your specific class’s
toString()method,use