reset password
Author Message
AlanChan
Posts: 2
Posted 03:23 Mar 19, 2019 |

Are we allowed to create getters for the category labels in the LinkedList class, to print them for the GUI to display?

kle60
Posts: 5
Posted 23:17 Mar 20, 2019 |

The assignment does not specify the access level for the category labels, only that they be final, so I think you could just make them public and get them that way.