These are the errors the compiler is giving me on these lines od code - any help understanding or fixing this issue ????
\extpersontype.h(35) : error C3646: 'extPersonType' : unknown override specifier
\extpersontype.h(37) : error C2091: function returns function
\extpersontype.h(44) : fatal error C1903: unable to recover from previous error(s); stopping compilation
35. extPersonType (string = "", string = "", int = 1, int = 1, int = 1900,
36. string = "", string = "", string = "", int = 0,
37. string = "", string = "");
38.private:
39. personType person;
40. dateType birthDate;
41. addressType myAddress;
42. string association;
43. string phone;
44.};
45.#endif