suppose u r makin a class to carry out oprations on complex numbers...
over loading the '+' operator for adding objects' made frm dat class is simple.....
but how would u carry out this operation???
a= 10 + b; // it's not (b+10)
where a & b are objects of the complex no. class.........