Solved

Consider the Following Code Snippet

Question 41

Multiple Choice

Consider the following code snippet:
Public class Employee
{
Private String empName;
) . .
}
Which of the following statements is correct?


A) The empName variable can be accessed by any user of an Employee object.
B) The empName variable can be accessed only by methods of the Employee class.
C) The empName variable can be accessed only by methods of another class.
D) The empName variable cannot be accessed at all because it is private.

Correct Answer:

verifed

Verified

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

Related Questions