first commit
This commit is contained in:
16
Lab3/bank.h
Normal file
16
Lab3/bank.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//bank.h
|
||||
|
||||
#ifndef __BANK_H__
|
||||
|
||||
#define __BANK_H__
|
||||
|
||||
#include "passport.h"
|
||||
|
||||
#include "person.h"
|
||||
|
||||
class Bank {
|
||||
|
||||
public:
|
||||
|
||||
Bank(){}
|
||||
|
||||
Reference in New Issue
Block a user