Exam 12: OOP: Creating Object-Oriented Programs
Exam 1: Introduction to Visual Basic 201054 Questions
Exam 2: User Interface Design74 Questions
Exam 3: Variables, Constants, and Calculations58 Questions
Exam 4: Decisions and Conditions51 Questions
Exam 5: Menus, Common Dialog Boxes, Sub Procedures, and Function38 Questions
Exam 6: Multiform Projects69 Questions
Exam 7: Lists, loops, and Printing76 Questions
Exam 8: Arrays and Collections50 Questions
Exam 9: Web Applications66 Questions
Exam 10: Database Applications43 Questions
Exam 11: Data Files43 Questions
Exam 12: OOP: Creating Object-Oriented Programs51 Questions
Exam 13: Graphics, Animation, Sound, and Drag-And-Drop62 Questions
Exam 14: Additional Topics in Visual Basic60 Questions
Select questions type
The _______ tier should contain the calculations that handle the data.
Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
D
A class allows its properties to be retrieved through _______.
Free
(Multiple Choice)
4.9/5
(43)
Correct Answer:
B
The quickest and most reliable way to look up the names of objects,properties,methods,events,and constants for Visual Basic objects is by using the _______.
(Multiple Choice)
4.8/5
(40)
Property procedures are Public by default,so you can omit the optional Public keyword at the beginning of the Property procedure.
(True/False)
4.9/5
(41)
Inheritance is the ability to create a new class from an existing class.
(True/False)
4.8/5
(37)
A derived class can inherit all public and protected members and methods of the base class,but it cannot inherit constructors from the base class.
(True/False)
4.8/5
(30)
Properties are actions that can be performed by a class of objects.
(True/False)
4.8/5
(34)
How do you create properties in a class? Write the code needed to create a property called MyName and include code for Get and Set accessor methods.
(Essay)
4.7/5
(33)
You can create a new class based on one of the existing VB classes or from one of your own classes.
(True/False)
4.7/5
(37)
Give an explanation of each of the following OOP features: Encapsulation,Inheritance,and Polymorphism.
(Essay)
4.8/5
(26)
Get and Set accessor methods must be _______ in order to allow other modules (forms or classes)to assign and retrieve their values.
(Multiple Choice)
4.7/5
(35)
_______ refers to the combination of characteristics of an object along with its behaviors in a single definition.
(Multiple Choice)
4.9/5
(40)
Showing 1 - 20 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)