Skip to content

Instantly share code, notes, and snippets.

#ifndef Bank_h
#define Bank_h
#include <iostream>
#include "BankAccount.h"
#include <string>
class Bank:public Bankaccount
{
private:
string name;
#ifndef Bank_h
#define Bank_h
#include <iostream>
#include "BankAccount.h"
#include <string>
class Bank:public Bankaccount
{
private:
string name;