Exam 70-483 Topic 8 Question 263 Discussion

Actual exam question for Microsoft's 70-483 exam
Question #: 263
Topic #: 8
You are creating a class named Loan.
The Loan class must meet the following requirements:
* Include a member that represents the rate for a Loan instance.
* Allow external code to assign a value to the rate member.
* Restrict the range of values that can be assigned to the rate member.
You need to implement the rate member to meet the requirements.
In which form should you implement the rate member?

Suggested Answer: B Vote an answer

For a public the type or member can be accessed by any other code in the same assembly or another assembly that references it.
Reference:
https://msdn.microsoft.com/en-us/library/ms173121.aspx

by Kim at Jan 21, 2025, 08:51 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
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.

0
0
0
10