Saturday 9 June 2012

advantage of using interface

Used to group similar type of operations in a sigle skeleton
1. Reusability for new client
2. Flexiblity to change
3. scalable since new methods can be added easily
4. easy to test
5. No need to create object
6.supports multiple inheritence

No comments:

Post a Comment