Interfaces

Q1:
Which of the following statements is correct about the C#.NET code snippet given below?
interface IPerson
{ 
    String FirstName
    { 
        get; 
        set;
    }
    String LastName
    {
        get; 
        set;
    }
    void Print(); 
    void Stock(); 
    int Fun(); 
}

A Properties cannot be declared inside an interface.

B This is a perfectly workable interface.

C The properties in the interface must have a body.

D Subroutine in the interface must have a body.

E Functions cannot be declared inside an interface.

ANS:B - This is a perfectly workable interface.

No answer description is available. Let's discuss.



img not found
img

For help Students Orientation
Mcqs Questions

One stop destination for examination, preparation, recruitment, and more. Specially designed online test to solve all your preparation worries. Go wherever you want to and practice whenever you want, using the online test platform.