What can we do with a private attribute in a class ?
Access it from outside the class, but modify it only from inside the class
Access it from inside the class, but modify it only from outside the class
Access it from inside the class, but no modification is possible
Access it from inside the class, and modify it only from inside the class