2
Answers

what is the problems or disadvantages of using interface cla

I work on c# on visual studio 2015 i read and using interface class more
 
public interface dataInterface { //prototype function here }
 
and it have big role in solving multi inheritance on csharp
 
so that
 
What is the problems or disadvantages of using interface ?
Answers (2)