Interfaces provide implementation of methods

Skill/Topic: Intermediate
A) True
B) False
Explanation: They only provide declaration on methods, events and properties

Showing Answers 1 - 3 of 3 Answers

You should be aware, however, that it is not permitted to supply implementations

of any of the members of an interface.

This is a line of C# Professional 3rd edition book pressed wrox

Page No 124

So it is not posible to implement methods in interface but u can implemement it on drived class.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions