Practice: Dynamic Array Of Strings

Take out a piece of paper. We’ll be programming on paper.

Problem 1

Create a DynamicArrayOfStrings class. The class must have at least two instance variables:

Problem 2

Write the default constructor for the class.