Exam 11: Multiple Classes and Inheritance

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

Whenever inheritance is used,the subclass must fit into a(n)____ relationship with the base class.

(Multiple Choice)
4.9/5
(32)

In a three-tier architecture,the classes in the ____ tier generally use data entered by users and data obtained from storage.

(Multiple Choice)
4.8/5
(33)

Validation of user input data should occur in the business tier of a three-tier architecture.

(True/False)
4.9/5
(30)

The ____________________ property identifies if all digits have been entered into the mask.

(Short Answer)
4.8/5
(27)

The code in a(n)____ procedure executes before any other code in an object.

(Multiple Choice)
4.7/5
(41)

Both a base class and its subclass must have ____.

(Multiple Choice)
4.9/5
(35)

____ is a major contributor to reliable and robust programs.

(Multiple Choice)
4.9/5
(40)

When using inheritance,the class which inherits attributes from another class is called the ____________________.

(Short Answer)
4.8/5
(28)

To specify the sequence of objects (like those in the accompanying figure)that will be selected when the TAB key is pressed,the ____ property is used. To specify the sequence of objects (like those in the accompanying figure)that will be selected when the TAB key is pressed,the ____ property is used.

(Multiple Choice)
5.0/5
(31)

Case 11-2 Inheritance can be a tricky concept to understand, so you are working with your classmates to come up with some ways to remember how it works. -Which of the following is NOT an example of a valid base class-subclass relationship that you and your classmates can study as a model?

(Multiple Choice)
4.8/5
(36)

A new class can be added to an application by pressing and holding,or right-clicking,the project name in the Solution Explorer window.

(True/False)
4.8/5
(30)

Explain what encapsulation is and provide the elements of the three-tier structure.In your explanation of the three-tier structure,discuss how the tiers relate to one another.

(Essay)
4.9/5
(31)

____________________ is the concept of separating processing and hiding data within specific classes.

(Short Answer)
5.0/5
(41)

When using inheritance,a subclass cannot use the procedures within the base class.

(True/False)
4.8/5
(34)

If the developer writes no code for a class constructor,Visual Basic automatically generates whatever processing must be accomplished to prepare the object for use.

(True/False)
4.9/5
(27)

The ____ tier is a tier within the three-tier structure into which programs are divided.

(Multiple Choice)
4.8/5
(29)

What is the relationship into which a subclass must fit whenever inheritance is used? Provide at least three examples that illustrate this relationship.

(Essay)
4.8/5
(44)

The subclass can use attributes from the base class as if those attributes were defined in the subclass.

(True/False)
4.9/5
(27)

To instantiate an object,you can use the ____________________ statement.

(Short Answer)
4.8/5
(41)

The ____ keyword is used to declare a variable that will contain the address of an object created from a class.

(Multiple Choice)
4.8/5
(35)
Showing 61 - 80 of 112
close modal

Filters

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