Gospodin
❔ What is the best course for learn Asp.net Core
Microsoft official documentation: https://learn.microsoft.com/en-us/aspnet/core/getting-started/?view=aspnetcore-7.0&tabs=windows
3 replies
❔ 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