Examlex

Solved

CLASS Employee { //Variables

question 17

Multiple Choice

CLASS Employee {
//Variables
String LastName;
String FirstName;
Real HourlyRate;
Integer HoursWorked;
String Job;
Date HireDate;
Real Monthly_Salary;
//Methods
String GetLastName() ;
String GetFirstName() ;
String GetJob() ;
Real GetSalary() ;}
The class Clerk is a subclass of the class Employee
CLASS Clerk: Employee {
//Variables
Real HourlyRate;
Integer HoursWorked;
//Methods
Real GetSalary() ;}
The class Salesperson is a subclass of the class Employee
CLASS Salesperson: Employee {
//Variables
Real Base_Salary;
Real Commission_rate
Real Sales;
//Methods
Real GetSalary() ;}
The class PartClerk is a subclass of the classes Clerk and Salesperson
CLASS PartClerk: Clerk, Salesperson {
//Variables
Real PercentClerk;
//Methods
Real GetPercentClerk() ;}

-The class Clerk does not inherit the following data from the class Employee:

Relate expectancy theory to self-motivation and the importance of skill-building.
Grasp the importance of self-discipline in working towards and achieving personal and professional goals.
Understand the link between neurotransmitters and mood disorders such as depression.
Distinguish between the concepts of density and crowding and their implications for human behavior.

Definitions:

Recipient List

A collection of email addresses or contacts that are selected to receive a particular message or document.

Preview Results

A feature in various software applications that allows users to see a sample outcome of selected operations before making it final.

New Recipient List

In direct mail or email marketing, a compiled list of individuals or entities newly identified as potential recipients of communications.

Existing List

A pre-created or previously compiled list that is utilized or referenced in various applications or contexts.

Related Questions