Answer:
C. account 20.get Number Of Accounts.
Explanation:
Using the command;
"account 20.get Number Of Accounts." Or
"numAccounts=SavingsAccount.numberOfAccounts;" would call the get Number Of Accounts method.
Answer:
numAccounts = SavingsAccount.numberOfAccounts or you use account20.getnumberofaccounts
Explanation:
This is a Java question , our task here is to call the get number of accounts which we do by imputing the code above .