Solved

Consider the Following Code Snippet

Question 64

Multiple Choice

Consider the following code snippet:
Public class Transaction
{
Private int transactionCount;
) . .
}
Which of the following methods would correctly keep track of the total number of transactions?


A) public void addTransactions(int newTransactions)
{
TransactionCount = newTransactions
}
B) public void addTransactions(int newTransactions)
{
TransactionCount = transactionCount + newTransactions
}
C) public void addTransactions(int newTransactions)
{
NewTransactions = transactionCount
}
D) public void addTransactions(int newTransactions)
{
NewTransactions = newTransactions + transactionCount
}

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents