Who can access the member of private access modifier

bhaiya in this example you access the member of private access modifier into the public Access modifier.
but earlier you said that no one can access the member of private access modifier in getters & satters example member of public modifier doso. …

@rajsaxena.personal
hello Raj,
we can access private members only inside same class.
if we will try to access them outiside the class then it will give error.