Question: Which of the following statements is correct about an interface?

Options

A : One interface can be implemented in another interface.

B : An interface can be implemented by multiple classes in the same program.

C : A class that implements an interface can explicitly implement members of that interface.

D : The functions declared in an interface have a body.

Click to view Correct Answer

Previous || Next

Interfaces - General Questions more questions

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

Which of the following can implement 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