Question
QUESTION 1 Account.java Which of the following are instance variables for an Account object? balance name acctNum initBal owner number withdraw amtToTake deposit amtToAdd getBalance
QUESTION 1
Account.java Which of the following are instance variables for an Account object?
balance | ||
name | ||
acctNum | ||
initBal | ||
owner | ||
number | ||
withdraw | ||
amtToTake | ||
deposit | ||
amtToAdd | ||
getBalance | ||
toString | ||
s | ||
Account objects have no instance variables |
1 points
QUESTION 2
Account.java Which of the following are members of the class Account?
balance | ||
name | ||
acctNum | ||
initBal | ||
owner | ||
number | ||
withdraw | ||
amtToTake | ||
deposit | ||
amtToAdd | ||
getBalance | ||
toString | ||
s | ||
The Account class has no members. |
1 points
QUESTION 3
Account.java Which of the following are mutators?
balance | ||
name | ||
acctNum | ||
initBal | ||
owner | ||
number | ||
withdraw | ||
amtToTake | ||
deposit | ||
amtToAdd | ||
getBalance | ||
toString | ||
s | ||
There are no mutators |
1 points
QUESTION 4
What is the line number for the header of the constructor?
1 points
QUESTION 5
Copy of
Account.java Which of the following provide the behavior of an Account object?
balance | ||
name | ||
acctNum | ||
initBal | ||
owner | ||
number | ||
withdraw | ||
amtToTake | ||
deposit | ||
amtToAdd | ||
getBalance | ||
toString | ||
s | ||
Account objects have no behavior |
1 points
QUESTION 6
Account.java Which of the following are formal parameters (also called parameters)?
balance | ||
name | ||
acctNum | ||
initBal | ||
owner | ||
number | ||
withdraw | ||
amtToTake | ||
deposit | ||
amtToAdd | ||
getBalance | ||
toString | ||
s | ||
There are no formal parameters |
1 points
QUESTION 7
Account.java Which of the following are local data (local variables)?
balance | ||
name | ||
acctNum | ||
initBal | ||
owner | ||
number | ||
withdraw | ||
amtToTake | ||
deposit | ||
amtToAdd | ||
getBalance | ||
toString | ||
s | ||
There are no local variables |
1 points
QUESTION 8
Account.java Which of the following are accessors?
balance | ||
name | ||
acctNum | ||
initBal | ||
owner | ||
number | ||
withdraw | ||
amtToTake | ||
deposit | ||
amtToAdd | ||
getBalance | ||
toString | ||
s | ||
There are no accessors |
1 points
QUESTION 9
Account.java Which of the following are actual parameters (also called arguments)?
balance | ||
name | ||
acctNum | ||
initBal | ||
owner | ||
number | ||
withdraw | ||
amtToTake | ||
deposit | ||
amtToAdd | ||
getBalance | ||
toString | ||
s | ||
There are no actual parameters |
1 points
QUESTION 10
Account.java Which of the following comprise the state of an Account object?
balance | ||
name | ||
acctNum | ||
initBal | ||
owner | ||
number | ||
withdraw | ||
amtToTake | ||
deposit | ||
amtToAdd | ||
getBalance | ||
toString | ||
s | ||
Account objects have no state |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started