3.2k views
1 vote
When more than one function has the same name they are called ________ functions?

User VeeeneX
by
8.2k points

1 Answer

4 votes

In C++, it lets a requirement of more than one function of the same name in the same space. These are named overloaded functions and are labelled in detail in Overloading. Overloaded functions allow programmers to stock dissimilar semantics for a function, contingent on the kinds and number of arguments.

User Sonnia
by
8.1k points

No related questions found