J
John Lee
Hi,
I was trying to find an elegant way of implementing/modelling the following
scenario:
student, borrower, reference and cosigner are all human beings - we would
think to create a person base class and then create one class for each of
the person type inheriting from person class - student is "IS-A" person, ...
but there is chances that the student and the borrower will be the same
person, how could we implement this in C#?
Any suggestions and tips will be greatly appreciated!
Thanks very much!
John
I was trying to find an elegant way of implementing/modelling the following
scenario:
student, borrower, reference and cosigner are all human beings - we would
think to create a person base class and then create one class for each of
the person type inheriting from person class - student is "IS-A" person, ...
but there is chances that the student and the borrower will be the same
person, how could we implement this in C#?
Any suggestions and tips will be greatly appreciated!
Thanks very much!
John