nerdexam
Microsoft

MB6-890 · Question #82

You are writing a class named Asset Copy. You need to create a menu item that, when clicked, runs code written in the Asset Copy class. What should you do to achieve this goal?

The correct answer is D. Create a method in the AssetCopy class which has a prototype of "Object dialogO". See the full explanation below for the reasoning.

Question

You are writing a class named Asset Copy. You need to create a menu item that, when clicked, runs code written in the Asset Copy class. What should you do to achieve this goal?

Options

  • ACreate a method in the AssetCopy class which has a prototype of "client static void main(Args args)'
  • BCreate a method in the AssetCopy class which has a prototype of "void run()".
  • CCreate a method in the AssetCopy class which has a prototype of "void new(AssetTable _assetTable)".
  • DCreate a method in the AssetCopy class which has a prototype of "Object dialogO".

How the community answered

(62 responses)
  • A
    3% (2)
  • B
    8% (5)
  • C
    18% (11)
  • D
    71% (44)

Community Discussion

No community discussion yet for this question.

Full MB6-890 Practice