Course List:
http://www.c-jump.com/bcc/
Interfaces
- interface example
- interface implementation example
- Calling method via interface
- Abstract class compared to interface
- Abstract class compared to interface, cont.
- Interface and abstract class compared
- Common java.lang interfaces
- interface syntax
- interface constants
- Tagging class by interface
- Implementing multiple interfaces
- extends and implements syntax
- Book and Product example
- Interface as method parameter
- Interface inheriting other interfaces
- Product interface examples
- interface constants example
- Factory method example
- Cloneable interface example
- clone method of the Product class
- Cloneable Object implementation
- Copy constructors