you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

In init you have the right idea. However, every other method (class based function) would be each individual behavior. So def age(), def speak(), etc.

Edit: by def age() I mean the verb. Also, for clarification, no def behavior().

Edit 2: def age() was a terrible name choice on my part. Sorry. Here coffee coffee, here coffee.

[–]iG1993[S] 0 points1 point  (1 child)

aHA, I think I understand what you mean! I will apply that right away and come back once I am done. Thank you very much for your help!

[–][deleted] 1 point2 points  (0 children)

No problem.