Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.13 KB

File metadata and controls

25 lines (17 loc) · 1.13 KB

Chapter 4 - Inheritance and Interfaces

Objective

Understand what interfaces are and why they are a powerful tool.

Duration

We recommend you to finish the reading list and the given assignments in 1 week (31/10 - 7/11).

Video list

  1. The New Boston tutorials (videos 49, 55-59)
  2. Cave of Programming - Interfaces
  3. Slidenerd tutorials (videos 64 - 66)

Reading list

  1. Interfaces
  2. Head First Java - re-read chapter 8 (pdf pages 218-255)

Play around with...

  1. Interfaces/abstract classes FAQ
  2. More Interfaces/abstract classes questions