기반 클래스에 기본 생성자가 없을 때 [디딤돌 C++]언제나 휴일 티스토리 ▷ Program.cpp//기반 클래스에 기본 생성자가 없을 때#include #include using namespace std; class Musician{ string name;public: Musician(string name) { this->name = name; coutView(); pianist->Play(); delete pianist; return 0;} * 디딤돌 C++ 28. 파생 개체의 생성과 소멸 과정에서 디딤돌 C++ 책 소개 바로가기