Function Overloading With Different Parameter Types

# Introduction In this lab, you need to create two functions named 'add()' that have the same name and perform different operations based on the types of parameters passed - one function will take two integers, perform addition, and print the result, while the other function will take two strings, join them, and print the result.

|60 : 00

Click the virtual machine below to start practicing