Example #1
0
Test::Test(Test &obj)
    : Trial(obj.GetName(), obj.GetSubject())
{
    this->maxScore = obj.GetMaxScore();
    this->score = obj.GetScore();
    this->minScore = obj.GetMinScore();
}