Women are well-versed with encapsulation when telling their age
public class Woman { private int age = 50; public int getAge() { return 40; }}