Examlex

Solved

Given the Following Class Definition, Which of the Following Are

question 95

Multiple Choice

Given the following class definition, which of the following are considered part of the class's public interface?
Public class CashRegister
{
Public static final double DIME_VALUE = 0.1;
Private static int objectCounter;
Public void updateDimes(int dimes) {. . .}
Private boolean updateCounter(int counter) {. . .}
}


Definitions:

Adjusting Entry

A journal entry made in accounting records to update the balances of accounts at the end of an accounting period.

Outstanding Checks

Checks that have been written and recorded in the issuing firm's books but have not yet cleared or been deducted from the firm's bank account.

Checks Presented

Checks that have been written and given to payees but not yet cleared through the banking system.

Checks Written

Documents ordering a bank to pay a specific amount from the check writer's account to the person in whose name the check has been issued.

Related Questions