CS 1301 – Ch 6, Handout 1

Similar to the previous point, an abstract class can implement an interface in which case it does not have to implement methods defined in the interface (though it can). However, a concrete class must implement any non-implemented abstract methods defined higher in the inheritance hierarchy. ................
................