The programs in this repository are related to Operator Overloading and Templates in C++. Basically, here I templatize the Safe Array Class given in file 'safe array.pdf'
To templatize the Safe Array (SA) class given in file 'safe array.pdf', such that the code given in file 'Templatize the safe array class.pdf' works
Check File: 'Templatize the safe array class.pdf' & 'safe array.pdf' and read comments on top of file 'SA.cpp'