Method Overloading with Different Parameter Types

# Introduction In this lab, you need to create a class named `Addition` with two methods called `add()`, which will perform addition of integers or concatenate strings based on the parameter types, and then create an object of this class in the `main()` method to demonstrate method overloading by calling the `add()` method with different argument types.

|60 : 00

Click the virtual machine below to start practicing