Course Content
C++ Introduction Video Course
C++ Introduction Video Course
Function Overloading Practice
Task
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
Solution
solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 4
Function Overloading Practice
Task
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
Solution
solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 4