Wednesday, June 10, 2009

Que. What is the access modifier of a member function of in an Interface created in .NET?

Que. What is the access modifier of a member function of in an Interface created in .NET?
Ans. It is always public, we cant use any other modifier other than the public modifier for the member functions of an Interface.

No comments: