<p>C++ question here:</p><p><strong>Please code</strong> in 2 different ways to convert a<strong>unique_ptr</strong> owning a <strong>Name</strong> objectto a <strong>shared_ptr</strong> which owns the same object. Then<strong>explain</strong> which way the best is.</p> Expert