How to initialize object within another classHere is a code: WEAPON: class WeaponType { }; class Swords : public WeaponType { }; PLA...