All notes from studying for the tests for COMP 401 - Foundation of Programming at UNC, now COMP 301.
read moreWhen a class implements an interface but only subclasses use a method, it gets the type abstract. If a class has one abstract method, does that mean that the entire class has to be abstract?