Sunday, 18 August 2013

Which is better having two statements or having only one statement?

Which is better having two statements or having only one statement?

Boolean done=false;
or writing it with two statements like:
Boolean done;
done=false;

No comments:

Post a Comment