1
Answer

C# Iterface Implementation

Nilesh

Nilesh

15y
2.2k
1
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.




Answers (1)