C++ Programming
WEEK 7: LAB OVERVIEWScenario/Summary
The purpose of this lab is to practice creating and usingtemplated classes. A templated class allows the user to use anydata type instead of confining the user to one single data type.For example, if you made your class general enough, wouldn’t it begreat to allow your class to handle int, double, float, and evenstring data types? If you template your class, your class will bevery flexible.
Step 1
An array is a group of variables. You reference the individualvariables in the array using an index position. Arrays areextremely useful, and you will use arrays frequently as you designsoftware
PayPal Gateway not configured
PayPal Gateway not configured