Multiple choice Overloaded functions are a group of functions with the same name make life harder for programmers may fail unexpectedly due to over stress all have same number and type of arguments Reveal answer Fill a bubble to check yourself A Correct answer Explanation Function overloading allows multiple functions to share the same name provided they have different parameter lists (different number or types of arguments). This improves code readability and reuse.