Exam 9: Classes and Multiform Projects

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

When you have identified the things that a class is responsible for knowing, then you have identified the class's ____________.

(Multiple Choice)
4.9/5
(33)

If you want to show a form in modeless fashion, call its ____________.

(Multiple Choice)
4.8/5
(32)

Consider you are developing an application for a local zoo, which one of the following nouns would not apply to the animal class?

(Multiple Choice)
4.8/5
(37)

A ____________ can be read, but it cannot be modified.

(Multiple Choice)
4.8/5
(38)

Once the classes have been identified in a problem description, the next task is to identify each class's responsibilities.

(True/False)
4.7/5
(41)

A class's constructor header must specify a return type of void.

(True/False)
4.9/5
(42)

When a ____________ is displayed, no other form in the application can receive the focus until the form is closed.

(Multiple Choice)
4.8/5
(29)

It is important to realize that designing an object-oriented application is an iterative process.

(True/False)
5.0/5
(37)

The ____________ is automatically created by the compiler, and its data type is the same as that of the property.

(Multiple Choice)
4.9/5
(31)

If you write a class with no constructor whatsoever, the compiler provides a(n) ____________.

(Multiple Choice)
4.9/5
(36)

When working with multiple forms, you use the ____________ to change the name of the Form1.cs file to something more meaningful.

(Multiple Choice)
4.7/5
(40)

When a class's fields are hidden from outside code, the data is vulnerable to accidental corruption.

(True/False)
4.8/5
(31)

The get accessor has an implicit parameter called value.

(True/False)
4.8/5
(33)

Each of the ____________ in the description of the problem domain is a potential class.

(Multiple Choice)
4.9/5
(34)

In code, you work with properties in the same way you work with variables.

(True/False)
4.9/5
(38)

By using the ____________ access modifier, a class can hide its data from code outside the class.

(Multiple Choice)
4.9/5
(38)

When a field's value is tightly dependent on other data and that field is not updated when the other data is changed, it is said that the field has become ____________.

(Multiple Choice)
4.9/5
(41)

A form can be both modal and modeless.

(True/False)
4.8/5
(41)

The name of a class's constructor is the same as the name of the class.

(True/False)
4.9/5
(36)

When you want to create a List object, you write the name of a class inside angled brackets, and it specifies that the List can hold only objects of that class type.

(True/False)
4.9/5
(42)
Showing 61 - 80 of 89
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)