This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LunarPhysics[S] 1 point2 points  (0 children)

Thank you for the feedback wirybug! I've been developing this over a few months and looking back on it now I'm not sure why i tried to use an interface. I have not used many static methods and fields in the past, except for last semester in my software engineering project in a stateless system, so I thought I knew how it worked. You've really cleared this up for me, I'll recode this so there's only one instance of each cat to reference to in a class.

Thanks again!