Kursinnhold
C++ Introduction Video Course
C++ Introduction Video Course
Function Overloading Practice
Oppgave
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
Løsning
solution
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 3. Kapittel 4
Function Overloading Practice
Oppgave
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
Løsning
solution
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 3. Kapittel 4