// Corporation.cpp : 定義主控台應用程式的進入點。
//

#include "stdafx.h"


int main()
{
	Employee A("K","1991,11,11",10,20);
	A.form();
	return 0;
}