precautions with function overloadingfunction


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.

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: precautions with function overloadingfunction
Reference No:- TGS0309411

Expected delivery within 24 Hours