String Literal and Overload Function
In this lesson, we will approach the string literal with an overload function.
We'll cover the following...
A parameter with a string literal
A function can use a string literal as its parameter to know which return type is possible. For example, it’s possible to have a function with a string parameter and have many overloads where a specific string value will cause ...