[C++]명품 C++ 프로그래밍 실습문제 10장 8번 [C++]명품 C++ programming 실습문제 10장 8번 명품 C++ 프로그래밍실습문제/연습문제 /C++ #include #include #include #include #include using namespace std; class Comparable{ public: virtual bool operator >(Comparable& op2)=0; //순수가상함수 virtual bool operator radious =radious;} int getRadious(){return radious;} bool operator >(Comparable &op){ Circle *p = (Circle *)&op; if(this->radious > p->get..