To implement an interface it is not necessary to implement all the methods and properties defined by the interface.

A) True
B) False
Explanation: Any class, which implements an interface, must implement all the members of that interface

Showing Answers 1 - 2 of 2 Answers

lakshmi

  • Jan 12th, 2006
 

true.

All methods in the interface has to be implemented in the class.

  Was this answer useful?  Yes

APARNA

  • Mar 24th, 2006
 

option A

while dealing with interfaces we need to implement every method in the base class

the interface is simmilar to an abstract classes

  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