Multiple Choice
You would like to make a member of a class visible in all subclasses regardless of what package they are in. Which one of the following keywords would achieve this?
A) private or protected
B) private
C) protected
D) public
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: Sometimes the superclass data fields and methods
Q28: The term _ means "many forms."
Q30: An advantage to making a method _
Q35: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TBX9005/.jpg" alt=" The above
Q44: You use the keyword _ to achieve
Q54: You can use the _ modifier with
Q60: class Vehicle {} <br>public class Car extends
Q62: Create a class named Student that contains
Q66: Using the keyword _ provides you with
Q75: You have a Student class with a