See Final Exam Review - Sp2000
do we need to design ONE alarm that serves as both a fire alarm and a burglar alarm or are we designing an alarm and its two subclasses fire alarm and burglar alarm?
if its one for both i think there should be an alarm parent class and two subclasses, fire and burglar, and there is an alarmSystem class that holds an instance of each. though i must admit i am little confused as to what we are being asked to design