Smith displaces the 'Special One' as No. 1 ODI batsman

haha.. I don't prefer this attitude, " Conditional respect ". You may include a algorithm for this,

If(/*condition*/)
{
Execute ( " give respect " );
}
else
{
Execute ( " Criticize cheaply " );
}

:p
I'll make it more concrete for you:

if (Team.ODI.Bangladesh > Team.ODI.Australia) {
execute(Team.ODI.SouthAfrica.giveRespect());
} else {
execute(Team.ODI.SouthAfrica.criticizeCheaply());
}

That's Java, too, none of that C/C++/C# nonsense. :p
 

Users who are viewing this thread

Top