Which members of a class can be accessed by other classes is determined by the
Select one:
a variables
b. Access specifier
c. constructor
d. class
Answers
Answered by
4
Answer:
b access specifier
Explanation:
access specifier decides the visibility of class,members and variables...
types of access specifier are:
1)-public
2)-private
3)-protected
4-friendly(default)
so, access specifier decides the accessibility of members of a class in other classes....
Similar questions