C#C
C#3y ago
11 replies
Gospodin

❔ 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.
Inheritance.png
Was this page helpful?