I know you can't inherit but once in a class. what's a workaround to include several other classes into one class? I have some classes that work great by themselves and I need those same exact properties to be included in an entirely different class though.
other than re-writing the properties and methods, IS there a better way?
