Cursusinhoud
C++ Introduction Video Course
C++ Introduction Video Course
Function Overloading Practice
Taak
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
Oplossing
solution
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 3. Hoofdstuk 4
Function Overloading Practice
Taak
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
Oplossing
solution
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 3. Hoofdstuk 4