✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following code:
int Wallet::showBalance() {
return balance;
}
If this function is defined outside the class definition, what is this called?