Code:
class CMatrix
{
public:
  void Print() const;
};

void CMatrix::Print() const
{
}