Site MapHelpFeedbackMultiple Choice Quiz
Multiple Choice Quiz
(See related pages)

1
The acronym OOP stands for _______.
A)Object-Ordering Programs
B)Other-Object Procedures
C)Object-Organized Projects
D)Object-Oriented Programming
2
_______ refers to the combination of characteristics of an object along with its behaviors.
A)Reusability
B)Inheritance
C)Encapsulation
D)Polymorphism
3
_______ refers to data hiding.
A)Encapsulation
B)Instantiation
C)Inheritance
D)Polymorphism
4
A big advantage of OOP over traditional programming is _______.
A)The objects are all declared Public
B)The ability to reuse classes
C)The convenience of giving all objects in a project the same name
D)None of the above
5
In a multitier application, which tier contains the user interface?
A)The Presentation tier
B)The Business tier
C)The Data tier
D)The Class tier
6
The _______ tier should contain the calculations that handle the data.
A)Class tier
B)Presentation tier
C)Data tier
D)Business tier
7
A class allows its properties to be retrieved through _______.
A)A Let block
B)A Get accessor method
C)A Set accessor method
D)The New keyword
8
Get and Set accessor methods must be _______ in order to allow other modules (forms or classes) to assign and retrieve their values.
A)Functions
B)Strings
C)Public
D)Private
9
The Get accessor method _______.
A)Retrieves the current value of a property
B)Allows you to get items from a listbox
C)Allows a class to set its properties
D)Returns the hidden enumerator
10
Property procedures are _______ by default
A)Local
B)Module-level
C)Private
D)Public







Bradley:Programming in VB 2008Online Learning Center

Home > Chapter 12 > Multiple Choice Quiz