Question: c# .net in visual studio, thanks! For this assignment, you will be creating a simple Windows Forms Application that demonstrates inheritance in Visual C# through

c# .net in visual studio, thanks! For this assignment, you will bec# .net in visual studio, thanks!

For this assignment, you will be creating a simple Windows Forms Application that demonstrates inheritance in Visual C# through Employee and Production Worker Classes. Create an Employee class that has properties for the following data: o Employee name o Employee number Next, create a class named ProductionWorker that is derived from the Employee class. The Production Worker class should have properties to hold the following data: o Shift number (an integer, such as 1, 2, or 3) o Hourly pay rate The workday is divided into two shifts: day and night. The Shift property will hold an integer value representing the shift that the employee works. The day shift is shift 1 and the night shift is shift 2. Create a simple Windows Forms Application that creates an object of the ProductionWorker class and lets 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!