Chapter 9 287-308 Review Questions: 304---305 Constructor Questions from Chapter 9: 9.2, 9.3, 9.5, 9.6, 9.7 ------- What does the default constructor do? Why are constructors used? What does a constructor do in general? How many constructors can be implemented for a single class? What is the advantage of having multiple constructors for a class? What purpose does a constructor have? Chapter 13 TEXT I/O p421--426 REview Questions from Chapter 13 on TEXT I/O: 13.1, 13.2, 13.3, 13.4 How do we redirect console input to be used from a file? How do we redirect console output to go to a file? Why is input/output redirection useful? Why is file input/output useful? Give an example where input/output redirection is useful. Give an example where file input/output is useful.