Suppose I have the following class:
public class User { private boolean verified = false; //initial value of false }
Another class: