Question: Which of the following statements is correct about Interfaces used in C#.NET?

Options

A : All interfaces are derived from an Object class.

B : Interfaces can be inherited.

C : All interfaces are derived from an Object interface.

D : Interfaces can contain only method declaration.

Click to view Correct Answer

Previous || Next

Interfaces - General Questions more questions

Which of the following statements are correct about Inheritance in....

Assume class B is inherited from class A . Which....

Which of the following can be declared in an interface?

A class implements two interfaces each containing three methods. The....

Which of the following statements is correct about an interface....

Which of the following statements is correct about an interface....

Which of the following statements is correct about an interface?

Which of the following statements are correct about an interface....

Which of the following is the correct implementation of the....

Which of the following statements is correct?

Attributes - General Questions more Online Exam Quiz

Enumerations - General Questions

Exception Handling - General Questions

Functions and Subroutines - General Questions

Inheritance - General Questions

Namespaces - General Questions

Operators - General Questions

Polymorphism - General Questions

Properties - General Questions

Structures - General Questions