This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%% Design Quiz UML Solution | |
%% Zhean Ganituen (zrygan) | |
classDiagram | |
direction TD | |
%% Owners/Farm Context | |
class Farm { | |
+ List~string~ owners = ["Bob", "Alice"] | |
+ string name |