Question: Methods. a default constructor with no arguments. a second constructor that accepts the Employee's firstName, lastName, the socialSecurityNumber as arguments. These values should be assigned

Methods. a default constructor with no arguments.
Methods. a default constructor with no arguments. a second constructor that accepts the Employee's firstName, lastName, the socialSecurityNumber as arguments. These values should be assigned to the object's instance variables: firstName and socialSecurityNumber. * A copy constructor that accepts an existing employee object reference as argument and copies the values of instance variables to the newly created object. . Accessor methods (getFirstName (), getLastName () and getSocialSecurityNumber()) that get the values of instance variables. Mutator methods (setFirstName (string), setLastName (String), setSocialSecurityNumber(string)) that set the values of instance variables

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 Mathematics Questions!