C# Programming - Interfaces - Discussion
Discussion Forum : Interfaces - General Questions (Q.No. 9)
9.
Which of the following is the correct implementation of the interface given below?
interface IMyInterface
{
double MyFun(Single i);
}
Discussion:
1 comments Page 1 of 1.
Orknob Ghosh said:
1 decade ago
Always remember , In C# for a class to implement interface use : operator. i.e <Class Name> : <Interface Name>.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers