Function Overloading Practice
Compito
Swipe to start coding
- Make function overloading for
add
function to support various types:- Create an
add
function that takes float inputs and returns a float. - Create an
add
function that takes strings and returns a string.
- Create an
Soluzione
solution
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 3. Capitolo 4