// Add class definition here public: virtual void Draw( CDC* pDC ) const; CLine( const CPoint& start, const CPoint& end, const COLORREF& Color ); protected: CPoint m_StartPoint; CPoint m_EndPoint; CLine() {}; // Protection mechanism