I am not sure how to implement a comparable and serializable interface into my abstract class. Nor am I sure on how to do the following: Create & populate a linked list with the Dog & Cat objects and display the contents of the list. Sort the list by first name using Collections.sort() and display […]
The post Difficulty understanding java implementations and methods appeared first on BlogoSfera.