This is a solution to the Exercises in Tech Returner's Class Diagram & Encapsulation Activity
Here we have two folders and a file:
- The
StudentsExercise
folder contains theStudent
class, which is the solution to the exercise. - The
StudentsExercise.Tests
folder contains the unit test code for theStudent
class - The
UML.png
file is the UML diagram for theStudent
class.