class Parent () { private int a; private final int b = a + 1; // a is null at that point } class Child extends Parent { public Child() { a