Multiple Choice
Which access modifier can be referenced by methods of the same class only?
A) Public
B) Private
C) Protected
D) None of these is correct.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q38: Compare and contrast methods with instance variables.
Q39: When we initialize an enum type, we
Q40: static methods can use the object reference
Q41: What is the purpose of class constructors?<br>A)
Q42: Accessor methods are void methods.
Q44: The body of a method must be
Q45: price is an instance variable of a
Q46: The reference _ refers to the object
Q47: The enum objects are instantiated as _
Q48: The _ method is called automatically when