class Parent { Object menu; Parent(Object menu) { this.menu = menu; } }