Exam 11: Multiple Classes and Inheritance
Exam 1: Introduction to Visual Basic 2015 Programming111 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding110 Questions
Exam 4: Variables and Arithmetic Operations111 Questions
Exam 5: Decision Structures111 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling110 Questions
Exam 9: Creating Web Applications111 Questions
Exam 10: Incorporating Databases With Adonet111 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps111 Questions
Select questions type
-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.

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

(Essay)
4.8/5
(38)
Showing 81 - 100 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)