Define hierarchy of vegetables. Create a salad. Calculate salad calories. Sort salad vegetables based on one of the parameters. Find salad vegetable that matches given calorie range. Create at least 3 classes that derive from vegetable class.
- Make sure you have .NET SDK installed
- Go to folder containing .csproj file:
cd path/to/your/project
- Build the project:
dotnet build
- Run the project:
dotnet run