Precautions with function overloading
Function overloading is a boon to designers, since dissimilar names for same functions need not be thought of, which often is a cumbersome process given that many times people run out of names. But, this facility should not be overused, lest it becomes an overhead in terms of readability and maintenance. Only those functions, which basically do the similar task, on different sets of data, should be overloaded.