Multiple Choice
CLASS Employee {
//Variables
String LastName;
String FirstName;
Real HourlyRate;
Integer HoursWorked;
Date HireDate;
String Job;
//Methods
Real Salary() ;
String GetLastName() ;
String GetFirstName() ;
String GetJob() ;}
-If the type of the data HoursWorked is changed from integer to real,the following will need to be changed:
A) A program that displays an Employee's name and salary
B) The method Salary()
C) All of the above
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q39: SQL-1999 supports multiple inheritance of subtypes by
Q40: Oracle 9i,differs from SQL:1999 in that if
Q41: In the relational DBMS augmented with BLOBs:<br>A)
Q42: There is a request to insert a
Q43: There is a request to insert a
Q45: For object-oriented DBMSs,the two languages that are
Q46: When an object receives a request to
Q47: In addition to user-defined types,object relational databases
Q48: In SQL:1999,the keyword _ in a method
Q49: One of the fundamental principles of object-oriented