Abstract this class by creating a makeCoffee() method that heats water, adds it to coffee grounds, and filters off the coffee.

Make sure to pick makeCoffee(self) followed by self and then brew, self.filterCoffee().