You want a class to have access to members of another class in-06082
You want a class to have access to members of another class in the same package. Which is the most restrictive access that accomplishes this objective?
This multiple choice question (MCQ) is related to the book/course vu cs506 Web Design and Development. It can also be found in vu cs506 Mid Term - Quiz No.1.
You want a class to have access to members of another class in the same package. Which is the most restrictive access that accomplishes this objective?
public
private
protected
default access