in which of the following situations would it make most sense to code a static member function rather than a regular member function in a class that defines a bank account? group of answer choices a function that returns the bank account balance a function that calculates the number of deposits made in an account a function that posts a transaction a function that changes the annual interest rate for all bank accounts