InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Does the return type of a function help in overloading a function? | 
                            
| 
                                   
Answer»  No. The return type of overloaded functions are not considered for overloading same data type.  | 
                            |