Hello,
public static class Cat {
        private String name;
        private Cat mother;
        private Cat father;
}
What does it mean the keyword " Cat " before mother/father ?