Question 216
You have a class with a property.
You need to ensure that consumers of the class can write to the value of the property.
Which keyword should you use?
Question 217
You have developed a Windows Forms application that stockbrokers will use.
The stockbrokers need to view data for multiple stocks at the same time.
You need to change the display and behavior of a Windows Form so that it can contain multiple child windows.
What should you do?
Question 218
You are designing a class for an application. You need to restrict the availability of the member variable accessCount to the base class and to any classes that are derived from the base class.
Which access modifier should you use?
Question 219
You are creating an application that presents the user with a Windows Form. You need to configure the application to display a message box to confirm that the user wants to close the form.
Which event should you handle?
Question 220
How should you configure an application to consume a Web service?
