Skip to main content

All Questions

Tagged with
3 votes
1 answer
78 views

Should I be taking these as arguments or define them in a sub class?

So I am making a mario clone in pygame and I have a base class Character and two sub classes, Mario and Luigi. The methods that the Character class defines require a significant amount of attributes ...
Robbie's user avatar
  • 222