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

1. An object initializer calls the default constructor before executing.
2. Only certain objects have a Me reference.
3. The Me reference is used implicitly to refer to the instance variables, properties and methods
of an object.
4. Programmers are encouraged to use method-parameter names that that are the same as instance variable names.
5. Me can be used to distinguish between a local variable and an instance variable that share the
same name.


1. True
2. False. Every object has a Me reference (to itself).
3. True.
4. False. Avoiding using method-parameter names that conflict with instance variable names helps prevent certain subtle, hard-to-trace bugs.
5.True.

Computer Science & Information Technology

You might also like to view...

A recursive function converges on the ________ .

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In an outline, all paragraphs are preceded by an outline symbol

Indicate whether the statement is true or false

Computer Science & Information Technology

If you make changes to a header that is linked to other headers, only that header will change

Indicate whether the statement is true or false

Computer Science & Information Technology

The security features of the NetWare operating system offer the system and/or network administrator the ability to monitor all aspects of the system operation from a single location.

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

Computer Science & Information Technology