Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. Event handlers are ____. 2. #Region and #EndRegion are preprocessor directive

ID: 3920811 • Letter: 1

Question

1. Event handlers are ____.

2. #Region and #EndRegion are preprocessor directives in C#.

3. Windows forms applications differ from console applications because they do not use the static Main() method.

4. Forms in C# inherit from the base-Control class.

5. Using Windows Forms is the only way to build a GUI in C#.

6. You should use the same design for both Windows and mobile applications.

7. To build a good user interface in a Windows application, you should always use numerous colors.

8. In which namespace do you find controls for developing windows applications?

None of the above.

9. Which of the following should you incorporate into your interfaces?

10. A derived class ____ methods of another class.

processes methods programs reference

Explanation / Answer

1. methods

2. True

3. True

4. True

5. False

6. True

7. False

8. System.Windows.Forms

9. Including as few controls as possible to simplify the form

10. inherits