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
Q2: Define the terms arguments and parameters.How are
Q5: Discuss a situation in which it is
Q17: Write preconditions and postconditions for the power
Q32: Inside a Java method definition,you can use
Q35: A more eloquent approach in implementing mutator
Q36: A set method is:<br>A)an accessor method<br>B)a mutator
Q37: The parameter this refers to<br>A)instance variables<br>B)local variables<br>C)global
Q38: When you want the parameters in a
Q40: In Java,a block is delimited by:<br>A)( )<br>B)/*
Q43: A program whose only task is to