C# Programming - Interfaces - Discussion

Discussion Forum : Interfaces - General Questions (Q.No. 10)
10.
Which of the following statements is correct?
When a class inherits an interface it inherits member definitions as well as its implementations.
An interface cannot contain the signature of an indexer.
Interfaces members are automatically public.
To implement an interface member, the corresponding member in the class must be public as well as static.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Dalel said:   10 years ago
Please describe the concept.

Post your comments here:

Your comments will be displayed after verification.