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

1) Variables or methods declared with access modifier public are accessible
wherever the program has a reference to an object of the class.
2) An attempt by a method which is not a member of a particular class to
access a private member of that class is a fatal runtime error.
3) Only certain objects have a this reference.
4) this is often used to distinguish between a local variable and class
variable that share an identical name.
5) C# invokes the appropriate constructor by matching the number, types
and order of the parameters in the constructor call to those in each constructor definition.


1) T
2) F
3) F
4) T
5) T

Computer Science & Information Technology

You might also like to view...

MC Connectionless transmission bundles and sends information in packets, called_________ .

a) root element’s children. b) root element node. c) file. d) None of the above.

Computer Science & Information Technology

The __________ is not an FTP command.

a) CWD b) DELE c) DIR d) QUIT

Computer Science & Information Technology

By default, Windows hides file name extensions to make file names easier to read

Indicate whether the statement is true or false

Computer Science & Information Technology

You can use the Text property of a Label object to change the size and appearance of the text.

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

Computer Science & Information Technology