bool func(Parent& o) const {

Child *p = (Child*)(&o);

}


포인터 너무 짜증나여