30 likes | 299 Views
BIT 143:Programming & Data Structures in C++. Instructor: Mike Panitz (mpanitz@cascadia.ctc.edu). Today. Reading review for this class: Pointers (review) Basic Inheritance D&D 9.1 – 9.9 Carrano - Ch 1 (pg 15-24), Ch 8 (pg 375-387) Polymorphism Carrano Ch 8 (pg 387-407)
E N D
BIT 143:Programming & Data Structures in C++ Instructor: Mike Panitz (mpanitz@cascadia.ctc.edu)
Today • Reading review for this class: • Pointers (review) • Basic Inheritance • D&D 9.1 – 9.9 • Carrano - Ch 1 (pg 15-24), Ch 8 (pg 375-387) • Polymorphism • Carrano Ch 8 (pg 387-407) • Reading for next class: • Polymorphism • Carrano Ch 8 (pg 387-407) BIT 143: Data Structures
HOMEWORK HOMEWORK • A1 has been graded • #ifndef trick • Revisions due 1 week from today (Weds, Oct 26th) • A2 has been posted • Due next Wednesday • Within Vault, please name your subfolder “LastName, FirstName, A2.0” • Ex: Panitz, Mike, A2.0 BIT 143: Data Structures