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