Solved

Write a Class Statement That Defines a Class Named Employee

Question 25

Essay

Write a Class statement that defines a class named Employee.(The class contains four public variables named EmpID,LastName,FirstName,and PayRate.The EmpID,LastName,and FirstName variables are String variables.The PayRate variable is a Decimal variable.)Then write a statement that creates an Employee variable named partTime and also instantiates an Employee object,assigning it to the partTime variable.

Correct Answer:

verifed

Verified

Public Class Employee
Public E...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions