/* Erroneous class * A default constructor D(){super();} * is created, but B do not have a constructor * without arguments */ class D extends B{}