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

1. An object can store data.
2. A class is not an object. It is a description of an object.
3. Instance methods should be declared static.
4. Instance methods do not have the key word static in their headers.
5. When an object is passed as an argument to a method, the object's address is passed into the method's parameter variable.

1. TRUE
2. TRUE
3. FALSE
4. TRUE
5. TRUE

Computer Science & Information Technology

You might also like to view...

The Office of the National Coordinator for HIT is responsible for administering Medicare and Medicaid

Indicate whether the statement is true or false

Computer Science & Information Technology

What type of variable can be used only within the statement block in which it is defined?

A. global B. block C. function D. local

Computer Science & Information Technology