Gospodin
Gospodin
CC#
Created by Hamrosh on 6/13/2023 in #help
❔ What is the best course for learn Asp.net Core
3 replies
CC#
Created by Gospodin on 6/11/2023 in #help
❔ C# Inheritance
12 replies
CC#
Created by Gospodin on 6/11/2023 in #help
❔ C# Inheritance
I am not trying to solve anything concrete, rather I am curious about syntax. In the given example, classes that derive from Beverage should inherit GetDescription method and it's implementation from base class. But classes that inherit from CondimentDecorator should be able to override, that is, have their own implementation of Beverage's GetDescription method.
12 replies
CC#
Created by Gospodin on 6/11/2023 in #help
❔ C# Inheritance
If I make Beverage GetDescription method virtual then all derived classes can override it which isn't the goal.
12 replies