Like Object class is inherited by every class, means every class that you define in java is implicitely extending one class that is Object. Similarly i want to know that which interface is implicitely implemented by every class that we define. let me know as soon as possible. Thanks

I dont know

Showing Answers 1 - 2 of 2 Answers

Manikant

  • Oct 31st, 2005
 

No interface is implicitly implemented, 'coz once you implement some interface u should implement all the methods of that interface.

  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