Chapter 10: Problem 20
What two questions should you ask to determine a class's responsibilities?
Short Answer
Expert verified
(to identify attributes) and 2) What should this class "do"? (to determine methods). By answering these questions, you will ensure the class is designed with a clear purpose, allowing it to fulfill its role within the program effectively.