From be891b06d065504be51d094503c654377ebc22d7 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 24 Oct 2020 15:25:54 +0300 Subject: Renamed C++ folder to C++ (from CPP) --- CPP/BABS/BankAccount.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 CPP/BABS/BankAccount.h (limited to 'CPP/BABS/BankAccount.h') diff --git a/CPP/BABS/BankAccount.h b/CPP/BABS/BankAccount.h deleted file mode 100644 index fbf808f..0000000 --- a/CPP/BABS/BankAccount.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef TEST_BANKACCOUNT -#define TEST_BANKACCOUNT -#include - -class BankAccount { - int id, balance; - bool closed; - public: - BankAccount(); - BankAccount(int); - - int getId(); - int getBalance(); - bool getCloseStatus(); - - void deposit(int); - int withdraw(int); - std::string toString(); - void close(); - void reopen(); -}; - -#endif \ No newline at end of file -- cgit v1.2.3