Exam 11: Multiple Classes and Inheritance

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

The ____ prepares an object for use in the program.​

(Multiple Choice)
4.7/5
(32)

  ​ -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.​

(Essay)
4.9/5
(39)

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

(Multiple Choice)
4.9/5
(35)

In a three-tier architecture,user interface classes should not be concerned with how the data is manipulated by the business classes.​

(True/False)
4.8/5
(31)

To call a procedure in another object,a statement in the calling object must identify both the object and the procedure within the object.​

(True/False)
4.8/5
(38)

When using inheritance,a subclass can use variables within its base class.​

(True/False)
4.9/5
(30)

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

(True/False)
4.8/5
(42)

​Identify the letter of the choice that best matches the phrase or definition. a.​classes b.​TabIndex c.​encapsulation d.​SelectedIndex e.​subclass f.​Overridable g.​object h.​three-tier i.​StreamWriter j.inheritance REFERENCES: 754 755 755 755 759 765 765 749 770 776 -​A class acts as a template for this

(Essay)
4.8/5
(35)

The ____ property should be tested to ensure that a masked textbox contains characters for the entire mask area.​

(Multiple Choice)
4.9/5
(32)

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

(True/False)
4.8/5
(34)

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
(37)

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
(42)

  ​ -The persistence tier,sometimes called the _________________ tier,contains the classes required to read and write data from permanent storage.​ ​ -The persistence tier,sometimes called the _________________ tier,contains the classes required to read and write data from permanent storage.​

(Essay)
4.9/5
(40)

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

(True/False)
4.8/5
(37)

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

(Multiple Choice)
4.9/5
(30)

Data that is ____ remains after the program is terminated.​

(Multiple Choice)
4.7/5
(33)

In a three-tier architecture,only the presentation tier will actually read and write data.​

(True/False)
4.7/5
(29)

A procedure in a subclass that has the same name as a procedure in its base class must be declared in the subclass with the ____ keyword.​

(Multiple Choice)
4.7/5
(46)

  ​ -Any subclass must include the ____________________ keyword to indicate the class from which it inherits.​ ​ -Any subclass must include the ____________________ keyword to indicate the class from which it inherits.​

(Essay)
4.8/5
(38)

A class can only be used in one program for one purpose.​

(True/False)
4.9/5
(35)
Showing 81 - 100 of 112
close modal

Filters

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