Example #1
0
bool validateStudent(Student _person_to_check)
{
    return _person_to_check.amIStudent();
}