Chapter 17 Exercise Set 1ΒΆ

  1. Read How C++ Constructors are Called in Inheritance and then write a description of that is happening when when we write Stack() = default; in our inherited Stack class.

  2. Practice converting expressions like \((((4 + 3) / 2) - 8) * 6\) from infix to postfix until you feel comfortable doing it.