C# Iterface Implementation
I have to inherit my class from two classes say A & B.
How can i achieve this from C#?
Creating interface of any class is one idea for me but when i implement that class to i have to rewrite that method.
So please explain in detail regarding this.