Define Interface , abstract class and differences betwen them

Showing Answers 1 - 1 of 1 Answers

Padhmapriya

  • Dec 26th, 2005
 

Abstract calss may have both concrete methods(abstract method) and non abstract methods. But it should contain atleast one abstract methods.

All the methods in interface are abstract method by defaultly.non abstract methods are allowed.

  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