Week 7 Lab

profileAgnessalidvl

Lab Overview

Scenario/Summary

The purpose of this lab is to practice creating and using templated classes. A templated class allows the user to use any data type instead of confining the user to one single data type. For example, if you made your class general enough, wouldn't it be great to allow your class to handle int, double, float, and even string data types? If you template your class, your class will be very flexible.


Deliverables

The deliverable for this lab is


a Word document that contains the project code and screenshots.

  • 6 years ago
  • 20
Answer(1)

Purchase the answer to view it

blurred-text
  • attachment
    Source1.cpp
  • attachment
    ArrayList.h