multiple inheritance in C#
Hi experts,
Suppose I wanna design a program for a faculty,I should consider students,employees,...
but here someone could be students and employee together...
I think here I need multiple inheritance but there is no multiple inheritance in C# so I designed it like this,
an interface for students,a class for students,
an interface for employees,a class for employees,
another class that implements student interface and employee interface,(for those are student and employee)
I dont know whether there are better ways for this,
Thanks in advance.
_____________________________
Mehdi.
software engineering student.
Looking for a good job for summer 2005.
__________________
_____________
<font color=\"teal\"><font size=\"1\"><b>Mehdi.
software student.</b></font id=\"size1\"></font id=\"teal\">
|