Skip to main content

One doc tagged with "friend"

View All Tags

Overloading

C++ allows you to specify more than one definition for a function name or an operator in the same scope, which is called function overloading and operator overloading.