Kizspy.me
Zoom
Bicycle bicycle = new Bicycle("Phoenix", 20);
SpeedAdjuster adjuster SpeedCalculator. IncreaseSpeed;
car. Speed adjuster (car. Speed);
Console.WriteLine(car. DescribeMovement());
adjuster SpeedCalculator. DecreaseSpeed;
bicycle.Speed adjuster (bicycle. Speed);
Console.WriteLine(bicycle. DescribeMovement ());
Expected output when you use the Main function suggested above:
Toyota is driving at 110 km/h
Phoenix is pedaling at 15 km/h
- Note that: during grading, this Main function will be replaced by another Main function provided by
the grader. Students must ensure that classes, methods, and delegates are defined accurately as
required, so that the grader's Main function can operate without causing compilation errors.
Question 2. (6 points)
You are asked to write a WPF application that allows listing, adding, and editing employee's information in
the database.
Note:
In this question you are required to access database using Entity Framework Core
- O will be given to the work that not using database connection string in the file appsettings.json
+ 100%
Close