1 / 8

Thinking Object Oriented

Thinking Object Oriented. Bryce Boe 2012/08 /14 CS32, Summer 2012 B . Overview. Sorting recap Thinking object oriented Jigsaw. Sorting recap. Bubble sort Insertion sort Selection sort Merge sort Heapsort Quicksort. Jigsaw Exercise, Part 1. Split into 6 groups (2 per chapter )

kitty
Télécharger la présentation

Thinking Object Oriented

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Thinking Object Oriented Bryce Boe 2012/08/14 CS32, Summer 2012 B

  2. Overview • Sorting recap • Thinking object oriented Jigsaw

  3. Sorting recap • Bubble sort • Insertion sort • Selection sort • Merge sort • Heapsort • Quicksort

  4. Jigsaw Exercise, Part 1 • Split into 6 groups (2 per chapter) • ~15 minutes • Discuss the key points of the chapter • Ask questions to reinforce your understanding of the material • Try to answer some of the end-of-chapter questions • Take notes

  5. Jigsaw Exercise, Part 2 • Split into 4 groups of ~6. There should be at least 1 expert for each chapter in the group. • ~15 minutes per chapter • Experts are to disseminate / teach the material to the other students in the group • Ask questions to get a better understanding • Share any interesting discussions that may have occurred in the expert group meeting

  6. Jigsaw Exercise, Part 3 • Join back together as a class • Discuss common themes across the chapters • (Hopefully) answer any unanswered questions • Share anything that you found particularly interesting

  7. Themes • Language as an influence of thought process • Information hiding • Writing reusable code • Inheritance • Separation of interface and implementation

  8. For tomorrow • Read chapter 10 in the C++ book • Review chapters 1-9 as necessary • Think about OO design themes in the C++ context • The textbook is available in the library

More Related