Chapter 13: Problem 72
T \(F \quad\) A class's responsibilities are the things the class is responsible for knowing, and actions the class must perform.
Short Answer
Expert verified
A class's responsibilities refer to both attributes and methods. The attributes represent the state of the object, while the methods represent the behavior or functionality of the object. Therefore, a class's responsibilities include what it is in charge of knowing (attributes) and the actions it must perform (methods). This is essential for defining, manipulating, and interacting with objects in a consistent way. So, the statement "A class's responsibilities are the things the class is responsible for knowing, and actions the class must perform" is True.