Exam 11: Multiple Classes and Inheritance
Exam 1: Introduction to Visual Basic 2017 Programming103 Questions
Exam 2: Program and Graphical User Interface Design103 Questions
Exam 3: Program Design and Coding103 Questions
Exam 4: Variables and Arithmetic Operations103 Questions
Exam 5: Decision Structures103 Questions
Exam 6: Loop Structures103 Questions
Exam 7: Using Procedures and Exception Handling103 Questions
Exam 8: Using Arrays and File Handling103 Questions
Exam 9: Creating Web Applications103 Questions
Exam 10: Incorporating Databases With Adonet103 Questions
Exam 11: Multiple Classes and Inheritance103 Questions
Select questions type
The MaskFull property will return a value of ____ if the mask area of a masked textbox is not completely filled.
(Multiple Choice)
4.8/5
(37)
____ is the concept of separating processing and hiding data within specific classes.
(Multiple Choice)
4.8/5
(42)
Validation of user input data should occur in the business tier of a three-tier architecture.
(True/False)
4.8/5
(42)
The ____________________ tier contains the classes that display information for the user and accept user input.
(Short Answer)
4.8/5
(37)
The business tier of a three-tier architecture contains the code required to read and write data from permanent storage.
(True/False)
4.9/5
(37)
The ____ property should be tested to ensure that a masked textbox contains characters for the entire mask area.
(Multiple Choice)
4.8/5
(43)
____________________ is the concept of separating processing and hiding data within specific classes.
(Short Answer)
4.8/5
(41)
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
(39)
The ____________________ procedure is used to close a StreamWriter file.
(Short Answer)
4.7/5
(28)
Concatenation is a major contributor to reliable and robust programs. _________________________
(True/False)
4.8/5
(41)
A subclass can use attributes from a(n) ____ class if those attributes were defined in the subclass.
(Multiple Choice)
4.8/5
(35)
Inheritance allows one class to gain ____ from another class.
(Multiple Choice)
4.8/5
(34)
In a three-tier architecture, the ____ tier contains the classes that display information and accept user input.
(Multiple Choice)
4.8/5
(35)
To use a three-tier structure for a program, you must divide the processing into ____.
(Multiple Choice)
4.9/5
(49)
The presentation tier of the three-tier structure consists of one or more forms and the objects placed on the forms.
(True/False)
4.8/5
(42)
A class that inherits attributes from another class is called a(n) ____.
(Multiple Choice)
4.8/5
(33)
____________________ allows one class to inherit attributes and procedures from another class.
(Short Answer)
4.8/5
(39)
The ____ tier is a tier within the three-tier structure into which programs are divided.
(Multiple Choice)
4.9/5
(43)
When a class is instantiated into an object, a special procedure in the instantiated class called a(n) ____________________ is executed.
(Short Answer)
4.8/5
(39)
Showing 41 - 60 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)