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

Options

A : One class can implement only one interface.

B : In a program if one class implements an interface then no other class in the same program can implement this interface.

C : From two base interfaces a new interface cannot be inherited.

D : Properties can be declared inside an interface.

Click to view Correct Answer

Previous || Next

Interfaces - General Questions more questions

How can you prevent inheritance from a class in C#.NET....

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

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

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