Does it have any sense to make a setter method private (in a real program)? Nobody will be able to change that private variables, because of: the private setter method also uncallable. (In this task we had to make the setter method private.)