Paradoxical initializers [Answered]
Two classes. Class Character and Class Guild.
Character has a field of Guild.
Guild has an array of Members composed of a Character[] array.
Wondering how to re-concile the constructors to allow for creation of one before the other.
Code attached:
Character has a field of Guild.
Guild has an array of Members composed of a Character[] array.
Wondering how to re-concile the constructors to allow for creation of one before the other.
Code attached: