0
How to reference another classes instance in a class in python3
For example, if I have a class for characters with attributes inside for age, height, profession etc, and I have a class for professions that contains name, description, etc, how do I say that the character class attribute "profession" should be an instance of the profession class?
2 Respostas
+ 1
Hi ravilnicki thanks very much for this! Really appreciate your help!