Solved

Consider the Following Code Snippet

Question 76

Multiple Choice

Consider the following code snippet:
Public class Employee
{
Private String empID;
Private boolean hourly;
Public Employee(String employeeID, boolean isHourly)
{ ) . . }
}
Which of the following statements can be used to create an object of type Employee?


A) Employee anAuto = new Employee() ;
B) Employee anAuto = new Employee(10548, true) ;
C) Employee anAuto = new Employee("10548", true) ;
D) Employee anAuto = new Employee(10548, "true") ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents