Computer Science, asked by hiralalgautam6013, 27 days ago

What is the process of defining more than one method in a class differentiated by method signature?​

Answers

Answered by 129056
0

Answer:

Function overloading is a process of defining more than one method in a class with same name differentiated by function signature i:e return type or parameters type and number. Example – int volume(int length, int width) & int volume(int length , int width , int height) can be used to calculate volume.

Explanation:

please mark me brainliestt pls

Answered by magicqueen23
1

Answer:

Explanation: Function overloading is a process of defining more than one method in a class with same name differentiated by function signature i:e return type or parameters type and number. Example – int volume(int length, int width) & int volume(int length , int width , int height) can be used to calculate volume.

I HOPE IT IS HELPFUL FOR YOU PLEASE MAKE ME AS BRAINLIST AND FOLL.OW ME FOR MANY ANSWER

Similar questions