Polymorphic copy: Difference between revisions

Content added Content deleted
(C++)
m (→‎{{header|C plus plus}}: corrected comment)
Line 82: Line 82:
};
};


class X // the object which contains a T or S
class X // the class of the object which contains a T or S
{
{
public:
public: