Author | Message |
---|---|
Arnav98
Posts: 48
|
Posted 22:06 Mar 10, 2018 |
Is the value of category1Label, category2Label and category3Label in the LinkedList class supposed to be null if the user doesn't create the list using the file object? |
kknaur
Posts: 540
|
Posted 09:55 Mar 11, 2018 |
This is a good assumption, yes. |
Arnav98
Posts: 48
|
Posted 20:54 Mar 12, 2018 |
Can we also assume that the variable types for the list would just consist of a combination of "String" and "Integer" objects for GUI purposes? |
kknaur
Posts: 540
|
Posted 09:50 Mar 13, 2018 |
For testing puposes, the GUI can use whatever types are in your test objects. |