Page 1 of 1

About Question enthuware.ocajp.i.v7.2.1334 :

Posted: Thu Feb 21, 2013 3:38 pm
by ETS User
In constructor
B(String s){ super(s, " world "); }

It looks like there is a space after world.
I know it's trivial but if you had an option with none of the above I would have chosen that because I thought "good bye world " would be printed.
Thanks.

Re: About Question enthuware.ocajp.i.v7.2.1334 :

Posted: Tue Jan 28, 2014 5:13 am
by ml.vilen
there is an extra space in this question
B(String s){ super(s, " world "); }
please fix it

Re: About Question enthuware.ocajp.i.v7.2.1334 :

Posted: Tue Jan 28, 2014 5:43 am
by admin
Fixed.
thank you for your feedback!