Top News

What kinds of argument variations are allowed in Method Overloading?

 

Method Overloading allows two methods with same name to differ
in:


1. Number of parameters
2. Data type of parameters
3. Sequence of data type of parameters

Post a Comment

Previous Post Next Post