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() ;}
-If there are two clerks with identical data (same last name,first name,...) :
A) Only one object is created
B) An error occurs when the program tries to create a second object with the same data
C) The program appends a unique identifier at the end of LastName of the second employee
D) Two objects are created, which are differentiated by a unique system-generated identifier
Correct Answer:
Verified
Q18: In addition to user-defined types,object relational databases
Q19: In the object relational approach,the database language
Q20: In object-oriented computing,the object DBMS is responsible
Q21: CLASS Employee {
//Variables
String LastName;
String FirstName;
Real HourlyRate;
Integer
Q22: Which of the following applications is supported
Q24: CLASS Employee {
//Variables
String LastName;
String FirstName;
Real HourlyRate;
Integer
Q25: SQL:1999 supports the definition of structured data
Q26: Since Oracle 9i differs from SQL:1999 in
Q27: CLASS Employee {
//Variables
String LastName;
String FirstName;
Real HourlyRate;
Integer
Q28: CLASS Employee {
//Variables
String LastName;
String FirstName;
Real HourlyRate;
Integer
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents