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 objects
C)the convenience of giving all objects in a project the same name
D)none of these
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
B)Presentation
C)Data
D)Business
7
A class allows its properties to be retrieved through _______.
A)a let block
B)a get method
C)a set method
D)the new keyword
8
Get and set 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 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







Programming in Visual C# 2005Online Learning Center

Home > Chapter 12 > Multiple Choice Quiz