Answer:
B
Step-by-step explanation:
public access specifier is used to access the objects outside the class.if it is private we can not access that outside the class.Public is useful when you want to expose some data which is useful to the user and private is used to hide the confidential data from the user