exam questions

Exam 70-483 All Questions

View all questions & answers for the 70-483 exam

Exam 70-483 topic 2 question 121 discussion

Actual exam question from Microsoft's 70-483
Question #: 121
Topic #: 2
[All 70-483 Questions]

DRAG DROP -
You have the following class. (Line numbers are included for reference only.)

You need to complete the doOperation method to meet the following requirements:
✑ If AddNumb is passed as the operationName parameter, the AddNumb function is called.
✑ If SubNumb is passed as the operationName parameter, the SubNumb function is called.
Which code should you insert at line 16? Develop the solution by selecting and arranging the required code blocks in the correct order. You may not need all of the code blocks.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Note:
target 2:
GetType() is a method you call on individual objects, to get the execution-time type of the object.
Reference: What is the difference of getting Type by using GetType() and typeof()? http://stackoverflow.com/questions/11312111/when-and-where-to-use-gettype-or-typeof

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
supersunny
Highly Voted 5 years, 11 months ago
The order to execute is here: 6,4,1,3
upvoted 12 times
noussa
4 years, 5 months ago
Indeed so the given answer is correct :D
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...