Computer Science, asked by Prashantkumar7614, 10 months ago

Which is the most restrictive access modifier that will allow members of one class to have access to members of another class in the same package?

Answers

Answered by Anonymous
1

Explanation:

Answer-- Default access is the "package oriented" access modifier. Option A and C are wrong because public and protected are less restrictive.

Similar questions