Answer the following statements true (T) or false (F)
1. Designing an object-oriented application is an iterative process.
2. Every form in a Visual C# project is defined by a class.
3. When you have multiple forms in a project, you should give each form a meaningful name that describes its purpose.
4. Once you have added a form to a project, you can place any controls on it and write the necessary event handlers for the controls.
5. You can use the tabs appearing at the top of the Designer window to select different forms or their code to be displayed in the window.
1. TRUE
2. TRUE
3. TRUE
4. TRUE
5. TRUE
Computer Science & Information Technology