JAVA
Method Overloading is a feature that allows a class to have more than one method having the same name, if their argument lists are different. Design a simple class and define a maximum method that finds the maximum of two integer values? Design an application to test that your new method is working properly. Now overload the maximum method to accept three double values and return the maximum of these three values? Finally overload the maximum method again such that it accept four double or four integer values and return the average of these four values?
Modify your main( ) application to call and test these new methods. In each case the maximum overloaded methods should return the correct maximum values. Attach you java source codes and a screenshot of the output(s).
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here