Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. The state of an object is the set of values maintained in the instance variab

ID: 3830667 • Letter: 1

Question

1. The state of an object is the set of values maintained in the instance variables.

True

False

2.An attribute is also known as a (an) _____________________.

method

field

class

instance

3. A UML class diagram ___________________________.

depicts the implementation details of the methods of the class.

depicts the attributes and methods of a class.

is an object.

none of the above.

method

field

class

instance

3. A UML class diagram ___________________________.

depicts the implementation details of the methods of the class.

depicts the attributes and methods of a class.

is an object.

none of the above.

Explanation / Answer

1. The state of an object is the set of values maintained in the instance variables.

Answer: True

2.An attribute is also known as a (an)

Answer: field

3. A UML class diagram

Answer:none of the above.

The UML is a type of static structure diagram that describes the structure of a system by showing the system's classes, their attributes, operations (or methods), and the relationships among objects.