aboutsummaryrefslogtreecommitdiff
path: root/week11/Exercise04/Name.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'week11/Exercise04/Name.cpp')
-rw-r--r--week11/Exercise04/Name.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/week11/Exercise04/Name.cpp b/week11/Exercise04/Name.cpp
new file mode 100644
index 0000000..c12dfe7
--- /dev/null
+++ b/week11/Exercise04/Name.cpp
@@ -0,0 +1,5 @@
+#include "Name.h"
+
+unsigned Name::Length() {
+ return String::Length() * nameNumber;
+}