Exam 11: Multiple Classes and Inheritance
Exam 1: Introduction to Visual Basic 2012 Programming112 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding112 Questions
Exam 4: Variables and Arithmetic Operations112 Questions
Exam 5: Decision Structures112 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling112 Questions
Exam 9: Creating Web Applications112 Questions
Exam 10: Incorporating Databases with ADO.NET112 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps112 Questions
Select questions type
Generally,when using multiple classes within a program,variables in a class should not be available to code within other classes within the program.
(True/False)
4.8/5
(33)
Any subclass must include the ____________________ keyword to indicate the class from which it inherits.
(Short Answer)
4.8/5
(36)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-You must use multiple classes to implement this kind of program structure
(Multiple Choice)
4.9/5
(43)
Inheritance allows one class to gain ____ from another class.
(Multiple Choice)
4.8/5
(43)
A ____ text file can be read into programs such as Microsoft Excel and Microsoft Access to import the data into the application.
(Multiple Choice)
4.7/5
(36)
____ the text means writing the next record in the file following the last record currently in the file.
(Multiple Choice)
4.9/5
(36)
In a three-tier architecture,the user interface classes should have nothing to do with how data is validated.
(True/False)
4.8/5
(22)
A variable that is declared with ____________________ access cannot be referenced by coding in any other class within the program.
(Short Answer)
4.9/5
(44)
Data cannot be passed into an object when it is being instantiated.
(True/False)
4.8/5
(38)
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.8/5
(27)
When using inheritance,a subclass can use variables within its base class.
(True/False)
4.7/5
(40)
In a three-tier architecture,the ____ tier contains the classes that display information and accept user input.
(Multiple Choice)
4.8/5
(39)
The TabIndex property of objects on a Windows form controls the order that objects will be selected when the user presses the ____________________ key.
(Short Answer)
4.9/5
(33)
Data that is stored in a file or database on disk often is called ____ data.
(Multiple Choice)
4.8/5
(38)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-A major contributor to reliable and robust programs
(Multiple Choice)
4.8/5
(39)
____________________ the text means writing the next record in the file following the last record currently in the file.
(Short Answer)
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.
-Given a class called Student (to represent students at a university),which of the following is likely to be an attribute contained in that class that can be inherited by the members of a subclass called OnCampusStudent?
(Multiple Choice)
4.8/5
(35)
CASE
Critical Thinking Questions
Case 11-1
Your colleague Jason is trying to clarify the three-tier program structure to you and he thinks that providing some practical examples will make it easier to explain it to you.
-Jason offers you the example of a form that accepts user input in an application geared to allow a fundraising operation to track the donations it receives.Which of the following tiers contains the data-entry form for donations?
(Multiple Choice)
4.9/5
(38)
The MaskFull property will return a value of ____ if the mask area of a masked textbox is not completely filled.
(Multiple Choice)
4.9/5
(38)
Showing 81 - 100 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)