Searched defs:Dependent (Results 1 – 1 of 1) sorted by relevance
64 class Dependent : public Person { class66 …Dependent(const std::string& name, unsigned age, Education* education = 0) : Person(name, age), ed… in Dependent() function in Dependent67 …Dependent(const Dependent& rhs) : Person(rhs), education_(0) { education_ = (rhs.education_ == 0) … in Dependent() function in Dependent