Exam 70-483 Topic 8 Question 263 Discussion
Actual exam question for Microsoft's 70-483 exam
Question #: 263
Topic #: 8
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?
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
Reference:
https://msdn.microsoft.com/en-us/library/ms173121.aspx
by Kim at Jan 21, 2025, 08:51 PM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).