Question: Create the following assignment in a windows form application c# visual studio. Provide your Form1.cs [Design], its code Form1.cs and the code of the two
odul Instructions you will be creating a simple Windows Forms Application that rita nce in Visual C# through Employee and ProductionWorker Classes ta Create an Employee class that has properties for the following da . Employee name . Employee number Next, create a class named The Producti ProductionWorker that is derived from the Employee class onWorker class should have properties to hold the following data Shift number (an integer, such as 1, 2, or 3) . Hourly pay rate an ft 1 and The workday is divided into two shifts: day and night. The Shift property will hold integer value representing the shift that the employee works. The day shi the night shift is shift 2 ft is shi Create ProductionWorker class and lets a simple Windows Forms Application that creates an object of the the user enter data for each of the object's properties - Retrieve the object's properties and display their values
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
