✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Consider the following code:
int Wallet::showBalance() {
return balance;
}
If this function is defined outside the class definition, what is this called?