first commit
This commit is contained in:
14
Lab3/passport.h
Normal file
14
Lab3/passport.h
Normal file
@@ -0,0 +1,14 @@
|
||||
//passport.h
|
||||
|
||||
#ifndef __PASSPORT_H__
|
||||
|
||||
#define __PASSPORT_H__
|
||||
|
||||
#include "name.h"
|
||||
|
||||
class Passport {
|
||||
|
||||
private:
|
||||
|
||||
Name myName; //The name in the passport
|
||||
|
||||
Reference in New Issue
Block a user