operator+=Addition Assignment operatorC++public inline asset & operator+=(const asset & a) Parameters a - Another asset to subtract this asset with Returns asset& - Reference to this asset Post Condition The amount of this asset is added with the amount of asset a