Answer the following statements true (T) or false (F)

1. A constructor method is invoked each time an object of the class is instantiated.
2. Within a class’s scope, class members are immediately accessible only to certain methods of that class.
3. Outside a class’s scope, class members cannot be referenced directly by name.
4. Outside a class’ scope, Public members can be accessed only by using the dot (.) operator.
5. While shadowing, programmers could use the This keyword and the dot separator to access the instance variable.


1. True
2 False. Within a class’s scope, class members are immediately accessible to all methods of that class.
3. True
4. True.
5. False. In Visual Basic, the correct keyword is Me.

Computer Science & Information Technology

You might also like to view...

The Quick Selection Tool looks for a ________ in color and aligns the selection border to that contrast.

What will be an ideal response?

Computer Science & Information Technology

Which of the following is NOT true about using fill colors?

A) Fill color can be used to band rows or columns as a means of assisting the reader to follow information across or down a worksheet. B) Fill color refers to the border color and style of a cell. C) Fill color can be used to categorize information. D) Fill color can be used to highlight values.

Computer Science & Information Technology

In a time-sharing system, a program can keep the processor until it initiates an I/O operation and has run for the maximum length of time.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

How much RAM should be available on a server that will function as a WSUS server?

A. At least 256 MB B. At least 1 GB C. At least 1.5 GB D. At least 2 GB

Computer Science & Information Technology