Exam 11: Multiple Classes and Inheritance

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

You must instantiate an object based on a class in order for the processing in the object to take place.

(True/False)
4.7/5
(36)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -This can inherit procedures within the base class

(Multiple Choice)
4.8/5
(34)

Statements outside a base class and its subclasses can reference variables declared in the base class with Protected access.

(True/False)
4.8/5
(36)

The code in a constructor procedure executes after any other code in the object._________________________

(True/False)
4.8/5
(32)

The ____ tier is also called the data access tier in a three-tier architecture.

(Multiple Choice)
4.9/5
(40)

In a three-tier architecture for a Web application,the Web form and Web page constitute the persistence tier.

(True/False)
4.8/5
(37)

A procedure in one class cannot call a procedure in another class within the program.

(True/False)
4.8/5
(38)

A subclass inherits attributes from a(n)____ class.

(Multiple Choice)
4.7/5
(32)

Which of the following contains the correct code to create and instantiate an object named MyStudent from a class named Student?

(Multiple Choice)
4.9/5
(28)

The ____________________ tier consists of one or more forms like the one in the accompanying figure. The ____________________ tier consists of one or more forms like the one in the accompanying figure.

(Short Answer)
4.9/5
(31)

The SelectedIndex property of a ComboBox object will contain the value ____ if a selection has been made.

(Multiple Choice)
4.8/5
(22)

In a three-tier architecture,the business tier contains the ____ that must occur to fulfill the requirements of the program.

(Multiple Choice)
4.7/5
(40)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Property that determines which object on a form receives the focus when the user presses the TAB key

(Multiple Choice)
4.7/5
(35)

A comma separates each field in a record in a comma-____ file.

(Multiple Choice)
4.8/5
(32)

The processing in the ____ tier ensures that valid data is entered into the program for processing in the business tier.

(Multiple Choice)
4.8/5
(33)

When a function name in a subclass is preceded by the ____________________ keyword,the function in the subclass will override a function with the same name in the base class when the function in the subclass is called.

(Short Answer)
4.9/5
(35)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -If this property is less than 0,then a selection has not been made

(Multiple Choice)
4.9/5
(32)

To use a three-tier structure for a program,you must divide the processing into ____.

(Multiple Choice)
4.8/5
(38)

In a ComboBox object,the SelectedIndex property will contain a value of ____ if no selection has been made.

(Multiple Choice)
4.9/5
(35)

In a three-tier architecture for Web applications,the ____ tier contains the Web page that appears to the user.

(Multiple Choice)
4.9/5
(37)
Showing 41 - 60 of 112
close modal

Filters

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