Explain why a C++ program would use the statement
```
Array< Employee > workerList( 100 );
```
What will be an ideal response?
When creating class-template specializations from a class template, it is necessary to provide a type (or possibly several types) to complete the definition of the new type being declared. For example, when creating an "array of Employees" from an Array class template, the type Employee is provided to the class template to complete the definition of an array of Employees.
Computer Science & Information Technology
You might also like to view...
An Excel function that looks up values that are displayed vertically in a column is the:
A. HLOOKUP function B. VLOOKUP C. Autosum
Computer Science & Information Technology
A(n) ________ typically uses a shape to present complex data or knowledge in an easily understood visual representation
Fill in the blank(s) with correct word
Computer Science & Information Technology