|
Post Made Community Wiki by Community♦
|
||||
|
|
||||
|
1 |
|
||
|
It depends on your requirements. If IPet is simple enough, I would prefer to implement that. Otherwise, if PetBase implements a ton of functionality you don't want to duplicate, then have at it. The downside to implementing a base class is the requirement to Lastly, the single inheritance of .NET kills me. A naive example: Say you're making a user control, so you inherit |
||||
