aboutsummaryrefslogtreecommitdiff
path: root/Project1/contact.cpp
blob: 9625029d223fd2038979ce63227080533e06e28a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#include <iostream>
#include "contact.h"

using std::cin;
using std::cout;
using std::endl;



char contact::Set_firstName()
{
	
}

char contact::Get_firstName()
{
	
}

void contact::print()
{
	/*cout << "name: " << _name << endl;
	cout << "age: " << _age << endl;*/

}