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

Options

A : If a class implements an interface partially, then it should be an abstract class.

B : A class cannot implement an interface partially.

C : An interface can contain static methods.

D : An interface can contain static data.

Click to view Correct Answer

Previous || Next

Interfaces - General Questions more questions

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 Interfaces used....

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?

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

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