Abstract this class by creating a makeCoffee() method that heats water, adds it to coffee grounds, and filters off the coffee.
makeCoffee()
Make sure to pick makeCoffee(self) followed by self and then brew, self.filterCoffee().
makeCoffee(self)
self
brew
self.filterCoffee()