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() followed by this.heatWater() and then this.brew(), this.filter().
this.heatWater()
this.brew()
this.filter()