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 method from the class Employee:
A) The method GetLastName
B) The method GetFirstName
C) The method GetSalary
D) The method GetJob
Correct Answer:

Verified
Correct Answer:
Verified
Q24: In the object relational approach,the database language
Q25: Oracle 9i follows the SQL:1999 standard in
Q26: In the specialized media server approach to
Q27: Although it will take time for vendors
Q28: Which of the following is an object
Q30: In client-server processing:<br>A) A client may be
Q31: Any complex data such as images,time series,and
Q32: Both the large object architecture and the
Q33: In object-oriented programming,a method implementation contains the
Q34: Which of the following is not an