Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Starting out with Visual C# Study Set 1
Quiz 9: Classes and Multiform Projects
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
True/False
A class's constructor must always use the private access modifier.
Question 42
True/False
A property is a class member that behaves like a public field.
Question 43
Multiple Choice
If you want to show a form in modeless fashion, call its ____________.
Question 44
True/False
When you create an object from a class, you use a reference variable to reference that object.
Question 45
Multiple Choice
The ____________ displays a form on the screen, and it gives that form the focus.
Question 46
True/False
You should never store classes in their own files.
Question 47
Multiple Choice
If you wish to remove a form from a project but you do not want to delete its file from the disk, first right-click on the form's entry in the Solution Explorer window, and on the pop-up menu, click ____________.