What is the type of relationship between an enumeration and a class that produces the enum in one of its methods?
E.g Method in Dog creates a Bark enum
Note: The enum is not an attribute of the class.
What is the type of relationship between an enumeration and a class that produces the enum in one of its methods?
E.g Method in Dog creates a Bark enum
Note: The enum is not an attribute of the class.