class AccountHandler

{

private:

BoundCheckPointPtrArray accArr;

int Num;

int rate_sel;



public:

AccountHandler() ;


void SelMake_account();

void Make_account(Account* con);

void MakeDeposit(void);

void MakeWithdraw(void);

void ShowAllAccinfo(void);

void Background(void);

~AccountHandler();

};

#endif // !__ACCOUNT_HANDLER_H__


AccountHandler 생성될때임