Multiple Choice
Java has a way of officially hiding details of a class definition.To hide details,you mark them as _________.
A) public
B) protected
C) private
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: Write preconditions and postconditions for the power
Q18: Add two constructors to the Appointment class
Q19: Write a Java class that represents a
Q20: Create a class named Appointment that contains
Q21: Write a Java method that returns the
Q23: It is considered good programming practice to
Q24: The modifier private means that an instance
Q25: A variable whose meaning is confined to
Q26: A more eloquent approach in implementing mutator
Q27: A variable whose meaning is confined to