exam questions

Exam 70-483 All Questions

View all questions & answers for the 70-483 exam

Exam 70-483 topic 2 question 52 discussion

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

You are developing an application that generates code. The application includes the following code segment. (Line numbers are included for reference only.)

You need to ensure that code generated by the GenerateCode() method represents a class that can be accessed by all objects in its application domain.
Which two code segments can you insert at line 05 to achieve this goal? (Each correct answer presents a complete solution. Choose two.)

  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

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
A,C correct
upvoted 12 times
ryuzai
5 years, 6 months ago
ok its A,C, but we need an explanation. Why A,C
upvoted 2 times
supersunnyfan
5 years, 5 months ago
Believe in supersunny
upvoted 6 times
ArunPrem
5 years, 2 months ago
Ha ha. Supersunnyfan is a reflection of supersunny!
upvoted 6 times
...
...
Ofer
5 years, 4 months ago
"GenerateCode() method represents a class that ca.."
upvoted 1 times
...
whtvr
5 years, 3 months ago
Because A,B and C are public, but B is a struct, not a class, so only A and C could be possible
upvoted 5 times
...
...
...
akoj
Highly Voted 5 years, 3 months ago
IsClass is set to true by default = A & C
upvoted 6 times
...
DaGrooveNL
Most Recent 4 years, 5 months ago
FINAL ANSWER: A. and C.
upvoted 1 times
...
HgstExam
4 years, 9 months ago
A&C are each complete solutions, where in case of A isClass is already set to true
upvoted 1 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 ...