sohum
Executive member
I'll make it more concrete for you: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 " );
}
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.