Chapter 15
Add a virtual print function to your base class gun in your chapter 15 homework.
Make an array gunCabinet that contains revolvers and pistols and prints out its contents using the following loop:
for(i=0; i < numGuns; i++)
gunCabinet[i]->print();
Example Output:
My Gun Cabinet Contains:
Revolver: Smith & Wesson, 0.357, 6 shot, double action, hoague grips, laser, Trijicon
Pistol: Glock, 40, semi-auto, synthetic grips, no laser, 3 dot sights