ShiftSupervisor Class
Program plan:
Design the form:
Place a four label boxes control on the form, and change its name and properties to display the values into label box.
In code window, write the code:
Program.cs:
Include the required libraries.
Define the namespace “Program11_2”.
Define a class “Program”.
Define a constructor for the class.
Define required functions to run “Form1”.
Form1.cs:
Include the required libraries.
Define namespace “Program11_2”.
Define a class “Form1”.
In Form1_Load() method,
Create an object for ShiftSupervisor derived class.
Assign the fields value for base class and derived class using “shiftSupervisor1” object of “ShiftSupervisor” derived class.
Display the retrieved fields into label box.
Close the application.
Employee.cs:
Include the required libraries.
Define namespace “Program11_2”.
Define a base class “Employee”.
Declare the required fields.
Define the parameterless constructor to initialize the required fields.
Define Name and Number property to use get and set methods.
ShiftSupervisor.cs:
Include the required libraries.
Define namespace “Program11_2”.
Define a derived class “ShiftSupervisor” which is derived from base class “Employee”.
Declare the required fields.
Define the parameterless constructor.
Define annual salary and bonus property to use get and set methods.
Form Design:
View the Form Design in IDE.
Set the Form Control properties in Properties window as follows:
Object | Property | Setting |
Form1 | Text | Program11_2 |
lblResult | Text | (Empty) |
Add one label box controls to the form from Toolbox.
Want to see the full answer?
Check out a sample textbook solutionChapter 11 Solutions
EBK STARTING OUT WITH VISUAL C#
- Q1/ The transistor in the circat below is specified to have ẞ in the rang 50 to 150 Find the Value of RB that results in Saturation with an overdrive factor of at Least 10 3 lov 1 кл 5V RBarrow_forwardCreate a class named StudentRecords and add a static variable named records, which is a list shared among all objects of the class. Then add a method named add_record that takes a student's name as input and appends it to the shared records list.arrow_forwardSubject: Database management system Explain in easy way with write handwritten note Test if the following schedule is conflict serializable or not and explain R1 (A), R2 (D), W1 (B), R2 (B), W3 (B), R4 (B), W2 (C), R5 (C), W4 (E), R5 (E), W5 (B).arrow_forward
- Subject: Database management system Explain in easy way with write handwritten note Test if the following schedule is conflict serializable or not and explain R1 (A), R2 (D), W1 (B), R2 (B), W3 (B), R4 (B), W2 (C), R5 (C), W4 (E), R5 (E), W5 (B).arrow_forwardSubject: Database management system Explain in easy way with write handwritten note a. What is lossy decomposition? Check whether the following decompositions are lossy or lossless. (i) Let R=ABCD, R1 = AD, R2 = AB, R3 = BE, R4 = CDE, R5 = AE, F={ A->C, B- >C, C->D, DE->C, CE->A} (ii) R (XYZWQ), FD= {X->Z, Y->Z, Z->W, WQ->Z, ZQ-> X, R1 (XW), R2 (XY), R3 (YQ) , R4 (ZWQ), R5 (XQ) b. Eliminate redundant FDs from (i) F={X->Y, Y->X, Y->Z, Z->Y, X->Z, Z->X} (ii) F = {X->YZ, ZW->P, P->Z, W->XPQ, XYQ, YW, WQ ->YZ}arrow_forwardPlease don't use AIarrow_forward
- Don't use ai to answer I will report you answerarrow_forwardSolve the 3 questions using MATLAB code & show your work on how pretty pleasearrow_forwardSubject: DBMS Explain in easy way and do not use chatgpt A database is being constructed to keep track of the teams and games of a sports league. A team has a number of players, not all of whom participate in each game. It is desired to keep track of the players participating in each game for each team, the positions they played in that game, and the result of the game. Design an ER schema diagram for this application, stating any assumptions you make. Choose your favorite sport (e.g., soccer, baseball, football).arrow_forward
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education