Question

What is each of the FOUR underlined items represent? account = accountMgr.search(accountNum) Group of answer choices...

What is each of the FOUR underlined items represent?

account = accountMgr.search(accountNum)

Group of answer choices

A. argument = method.objectName(variable)

B. variable = objectName.method(argument)

C. objectName = method.variable(argument)

D. variable = objectName.argument(method)

E. None of the above

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer:

B. variable = objectName.method(argument)

Explanation:

We can't access a method in another class with any other options given except B.

In this option B,

a argument accountnum is in method search.

And the method search is accessed by using object name accountMgr.search()

It assigns to the variable account. So this is the correct syntax and correct option is B.

Add a comment
Know the answer?
Add Answer to:
What is each of the FOUR underlined items represent? account = accountMgr.search(accountNum) Group of answer choices...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT