❔ C# Inheritance
Quick question, is there a way to achieve this in C#?
I need derived classes of the Beverage class to have a concrete implementation of GetDescritpion method. Classes that derive from CondimentDecorator should implement their own GetDescription method.
I need derived classes of the Beverage class to have a concrete implementation of GetDescritpion method. Classes that derive from CondimentDecorator should implement their own GetDescription method.

