aboutsummaryrefslogtreecommitdiff
path: root/week11/Exercise04/Name.cpp
blob: c12dfe7584f0329cb77fa3e4d48e6be4ab1ef3fa (plain) (blame)
1
2
3
4
5
#include "Name.h"

unsigned Name::Length() {
	return String::Length() * nameNumber;
}