Comp202: Principles of Object-Oriented Programming II
Fall 2006 -- Lecture #1: Reviews   


Welcome to Comp202!

Today's Menu:

Administrivia

  1. The Comp202 home page and what you can find there
  2. General course info:. The key points:
    1. Who -- the staff: see the Information link.
    2. What -- the assignments, etc.
      1.  Weekly programming assignments plus a final case study plus 3 exams.
      2. Electronically dropping off homework
    3. Where - the labs
      1. Get an Owlnet PC Password!  http://www.owlnet.rice.edu/webpcpasswd.shtml
      2. Sign up for a lab.
      3. Go to your preferred lab this week
    4. How - the Honor System

Review of Fundamental Data Structures

  1. The Immutable List Framework: Store data in a linear fashion in order to process them sequentially; the structure is immutable, meaning it cannot be modified once created.
  2. The Mutable List Framework Store data in a linear fashion in order to process them sequentially; mutation of the structure is allowed.

 


Last Revised Thursday, 03-Jun-2010 09:52:24 CDT

©2006 Stephen Wong and Dung Nguyen