Loading

Exercise Number: 1

Q. Create a class Calculator with two overloaded methods add(). One method should accept two integers, and the other should accept three integers. Demonstrate method overloading by calling both methods.