Page 1 of 1

About Question enthuware.ocpjp.v7.2.1200 :

Posted: Tue Jan 29, 2013 11:18 am
by Ciprian Mihalache
Is the Statement creation necessary in the code? (Both statement and explanation)
I see it is not used, are there any side effects of creating it?

Re: About Question enthuware.ocpjp.v7.2.1200 :

Posted: Tue Jan 29, 2013 8:44 pm
by admin
No, it doesn't serve any purpose here. Should be removed.

thank you for your feedback!

Re: About Question enthuware.ocpjp.v7.2.1200 :

Posted: Wed Mar 27, 2013 5:28 pm
by Ciprian Mihalache
Now I see another improvement to the question statement. As it is now, the code will not compile because the other 2 "evaluate" methods declare boolean return type but their implementation is empty. This is not the case for the explanation code (which is awesome)

Re: About Question enthuware.ocpjp.v7.2.1200 :

Posted: Wed Mar 27, 2013 5:51 pm
by admin
Fixed!