Home » C# Programming » Interfaces

Which of the following is the correct implementation of the interface given below? interface IMyInterface { double MyFun(Single i); }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!