Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Function Overloading Practice | Diving Into Functions
course content

Зміст курсу

C++ Introduction Video Course

Function Overloading PracticeFunction Overloading Practice

Завдання

  • 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.

Все було зрозуміло?

Секція 3. Розділ 4
toggle bottom row
course content

Зміст курсу

C++ Introduction Video Course

Function Overloading PracticeFunction Overloading Practice

Завдання

  • 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.

Все було зрозуміло?

Секція 3. Розділ 4
toggle bottom row
some-alt