by Wahid Tanner | Jun 14, 2016
https://www.takeupcode.com/podcast-player/512/124-data-types-streams-part-1.mp3Download file | Play in new window | Duration: 9:30 | Recorded on June 13, 2016Streams provide a way to read and write potentially unlimited information and working with them is very...
by Wahid Tanner | Feb 22, 2016
https://www.takeupcode.com/podcast-player/406/59-design-patterns-factory.mp3Download file | Play in new window | Duration: 9:47 | Recorded on February 21, 2016As object-oriented software has evolved over the years, quite a few solutions to specific problems have also...
by Wahid Tanner | Feb 10, 2016
https://www.takeupcode.com/podcast-player/392/53-enumerations-and-bit-flags.mp3Download file | Play in new window | Duration: 13:28 | Recorded on February 9, 2016Enumerations allow you to name different related options. The names can refer to a single option or you...
by Wahid Tanner | Jan 27, 2016
https://www.takeupcode.com/podcast-player/381/45-collections-iterators-part-1.mp3Download file | Play in new window | Duration: 11:37 | Recorded on January 26, 2016Iterators give you the ability to navigate from one item to another in a collection. Why is this so...
by Wahid Tanner | Dec 22, 2015
https://www.takeupcode.com/podcast-player/331/24-inheritance-the-is-a-relationship.mp3Download file | Play in new window | Duration: 9:05 | Recorded on December 21, 2015Class relationships bring out the full power of object-oriented programming. Inheritance allows you...