Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
1050 Programming Logic Lab 5 - OOP 1050 Programming Logic Complete the following exercise. When the code is working, copy your code into this Word...
1050 Programming Logic
Lab 5 - OOP1050 Programming Logic
Complete the following exercise. When the code is working, copy your code into this Word document. When completed, submit the Word document to Blackboard.
Please paste 4 screenshots of your code in Visual Studio here. Make sure to include the Car class, Vehicle class, Program.cs (main method), and your output:
1. Create a project and add a class called Vehicle. In your project, select Add -> New Class. You should now have a file called Vehicle.cs.