BobJanova wrote:
Multiple implementation (of interfaces) is fine, though.
Multiple inheritance isn't even possible. Yes, you can implement multiple interfaces, but please don't use them to create an object that simply "binds" a few objects together; that's when a composition would be preferable. The question being phrased as it is, I'd guess that he's trying to combine an IEmployee and a IManager. ..thanks for the reminder though :)
Bastard Programmer from Hell :suss: