Hello all...
I am writing a class hierarchy for an assignment in my high school Java class and have a quick question on the structure...
I need to make book, novel, magazine, technical journal and textbook classes / interfaces. Should book be an interface or an abstract class?
I couldn't think of anything to put in the constructor so i made it an interface...do you see any problems with just an interface and they all implement it?