Difference: 'uses', 'extends', 'includes'

Showing Answers 1 - 1 of 1 Answers

Nitin Gupta

  • Jan 16th, 2006
 

uses and includes are the different avatars of the same concept. uses represents a concept in which one usecases uses the other. So when you invoke the former the latter is always invoked. Extends adds additional functionality, it is used when one objects extends the functionality from another.

  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