09 Task Performance 1
09 Task Performance 1
Task Performance
Visualizing data in DataGridView
Objective:
Materials:
One (1) personal computer with pre-installed Windows Operating System
Visual Studio IDE 2015 or higher
Instructions:
1. Create a Windows application that will display four (4) basic information of an employee (employee
id, first name, last name, and position). See Figure 1 to view the required controls and the example
output.
2. Name the project as EmployeeApplication and the form as frmEmployeeDatabase.
3. The application should meet the following requirements:
• Create a separate class named Employee and make it a member of the namespace
EmployeeNamespace. This class will be used to initialize the information of an employee.
• Implement an encapsulation to the class members and create overloaded constructors.
Then, use the this keyword.
• Import the namespace EmployeeNamespace on the form to access the public constructors of
class Employee.
GRADING RUBRIC:
CRITERIA PERFORMANCE INDICATORS POINTS
Correctness The code produces the expected result. 30
Logic The code meets the specifications of the problem. 30
Efficiency The code is concise without sacrificing correctness and logic. 20
Syntax The code adheres to the rules of the programming language. 20
Total 100