Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Below is the requirement for task The application form should look like this Help yourself with this code to do it as quickly as possible

image text in transcribed

Below is the requirement for task

image text in transcribedThe application form should look like this

image text in transcribed

image text in transcribed

Help yourself with this code to do it as quickly as possible and meet the exact requirements:

class Employee

{

private string _name;

private int _number;

public Employee ()

{

_name = Name;

_number = Number;

}

public string Name

{

get

{

return _name;

}

set

{

_name = value;

}

}

public int Number

{

get

{

return _number;

}

set

{

_number = value;

}

}

}

class ShiftSupervisor : Employee

{

private double _annualSalary;

private double _annualProductionBonus;

public ShiftSupervisor ()

{

}

public double AnnualSalary

{

get

{

return _annualSalary;

}

set

{

_annualSalary = value;

}

}

public double AnnualProductionBonus

{

get

{

return _annualProductionBonus;

}

set

{

_annualProductionBonus = value;

}

}

}

image text in transcribed
****Please create windows form application using c# language in Microsoft Visuals Studio and share the source file as per the conventional method of chegg expertise for like. Or paste your email to be invited in dropbox folder pleaseeeeeee!!!!!!!!! Else add me to yours by fasiulrehman@asa.edu on dropbox SHIFTSUPERVISOR Class In a particular factory, a shift supervisor is a salaried employee who supervises a shift. In addition to a salary, the shift supervisor earns a yearly bonus when his or her shift meets production goals. Create a Shift Supervisor class that is derived from the Employee class you created in Programming Problem 1. The Shift Supervisor class should have a property that holds the annual salary and a property that holds the annual production bonus that a shift supervisor has earned. Demonstrate the class in an application. Form1 U x Employee Name: Employee Number: Annual Salary: Annual Producion Bonus: Display Here Display 0-0-0 Close 0 0-00 Employee Name: Jennifer Garcia Employee Number: 98754 Annual Salary: $67,543 75 Annual Production Bonus: $371491 ****Please create windows form application using c# language in Microsoft Visuals Studio and share the source file as per the conventional method of chegg expertise for like. Or paste your email to be invited in dropbox folder pleaseeeeeee!!!!!!!!! Else add me to yours by fasiulrehman@asa.edu on dropbox

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications Dexa 2023 Workshops 34th International Conference Dexa 2023 Penang Malaysia August 28 30 2023 Proceedings

Authors: Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil ,Bernhard Moser ,Atif Mashkoor ,Johannes Sametinger ,Maqbool Khan

1st Edition

303139688X, 978-3031396885

More Books

Students also viewed these Databases questions

Question

2. List the advantages of listening well

Answered: 1 week ago