Course List: http://www.c-jump.com/bcc/

Interfaces


  1. interface example
  2. interface implementation example
  3. Calling method via interface
  4. Abstract class compared to interface
  5. Abstract class compared to interface, cont.
  6. Interface and abstract class compared
  7. Common java.lang interfaces
  8. interface syntax
  9. interface constants
  10. Tagging class by interface
  11. Implementing multiple interfaces
  12. extends and implements syntax
  13. Book and Product example
  14. Interface as method parameter
  15. Interface inheriting other interfaces
  16. Product interface examples
  17. interface constants example
  18. Factory method example
  19. Cloneable interface example
  20. clone method of the Product class
  21. Cloneable Object implementation
  22. Copy constructors