Any concept you wish to implement in a Java program must be encapsulated within a class.

A) True
B) False

Showing Answers 1 - 8 of 8 Answers

vikas

  • Dec 20th, 2005
 

I think the ans would be False.as the interfaces are also implemented and used.So u dont have to encapsulate ur logic in the class.

  Was this answer useful?  Yes

pankaj

  • Dec 27th, 2005
 

True as u can only define methods n variables in interfaces but your implementation will always be in class.

  Was this answer useful?  Yes

Thomas John

  • Sep 22nd, 2015
 

True

  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