Multiple Choice
If an instance variable is not modified by public,protected or private then it is said to have:
A) Package access
B) Default access
C) Friendly access
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: Create a test driver to test the
Q13: You may substitute the keyword this for
Q14: What is an "is a" relationship? How
Q15: Inheritance promotes code _.<br>A)reinvention<br>B)reuse<br>C)repeats<br>D)all of the above
Q16: Explain the difference between method overloading and
Q18: A method or instance variable modified by
Q19: The class _ is an ancestor class
Q20: The keyword extends indicates:<br>A)encapsulation<br>B)polymorphism<br>C)inheritance<br>D)none of the above
Q21: A constructor for a derived class begins
Q22: Create a test driver to test the