const 함수
const 함수
(...)
void showStatus() const;
(...)void Buyer::showStatus() const {
(...)
}void Seller::showStatus() const {
(...)
}Last updated
(...)
void showStatus() const;
(...)void Buyer::showStatus() const {
(...)
}void Seller::showStatus() const {
(...)
}Last updated