In the book Programming Principles and Practice with C++ by B. Stroustrup I have come across a piece of code where the argument is the array of a basic version of the vector class. The class is defined asIn the book Programming Principles and Practice