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

1.
The ability to "package" all the characteristics and behaviors that define an object is referred to as _______.
A)polymorphism
B)inheritance
C)encapsulation
D)abstraction
2.
A _______ is created for a class by writing a Sub New procedure that executes automatically when an object is instantiated.
A)constructor
B)destructor
C)reference
D)property
3.
Properties that are used to accumulate totals for all instances of a class are called _______ properties.
A)sum
B)total
C)accumulating
D)shared
4.
Which of the following modifiers used in a declaration will give the variable, constant, class, or structure namespace scope?
A)Public
B)Private
C)Static
D)New
5.
Which of the following is not a keyword that defines the accessibility of a variable or class?
A)Friend
B)Protected
C)Public
D)Lifetime







Advanced Programming VB.NETOnline Learning Center

Home > Chapter 2 > Multiple Choice Quiz