다중 상속의 모호함 [디딤돌 C++]언제나 휴일 티스토리 //다중 상속의 모호함//Program.cpp #include #include using namespace std; class Man{ string name;public: Man(string name) { this->name = name; } void View() { coutView(); //delete bbps; return 0;} * 디딤돌 C++ 36. 다중상속에서 디딤돌 C++ 책 소개 바로가기