The members of a class are classified into three categories called ____ access specifiers.

A. member
B. object
C. function
D. object


Answer: A

Computer Science & Information Technology

You might also like to view...

What words are displayed in the list box by the following program segment?

``` Dim deadlySins() As String = {"pride", 'greed', "anger", "envy", "lust", "gluttony", "sloth"} Dim query = From sin in deadlySins Order By sin.Length Descending Select sin.ToUpper lstBox.Items.Add(query.First) lstBox.Items.Add(query.Min) ``` (A) GLUTTONY and GLUTTONY (B) GLUTTONY and SLOTH (C) GLUTTONY and ANGER (D) PRIDE and ENVY

Computer Science & Information Technology

____ are lines that you drag from the horizontal and vertical rulers into the Document window to help you place and align objects, such as AP divs, in a page.

A. Guides B. Borders C. Monitors D. Matrices

Computer Science & Information Technology

A(n) ________ is a prewritten formula that takes input, performs an operation, and returns a value

Fill in the blank(s) with correct word

Computer Science & Information Technology

The Text Box button is located in the ________ group on the Layout tab

Fill in the blank(s) with correct word

Computer Science & Information Technology