I have created a class, beverage, that has a method called d…

I have created a class, beverage, that has a method called drink.  I then create a class from that class, called coffee.  The coffee class also has the drink method, even though I didn’t explicitly create it in the class.  This is because of one of the four fundamental features called inheritance  polymorphism abstraction encapsulation