Searched defs:Education (Results 1 – 1 of 1) sorted by relevance
38 class Education { class40 Education(const std::string& school, double GPA) : school_(school), GPA_(GPA) {} in Education() function in Education