

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Professor: Sloan; Class: Data Structures; Subject: Computer Science; University: Wofford College; Term: Fall 2008;
Typology: Study notes
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Class 2: Wednesday, September 3, 2008 Announcements: We are changing classrooms. We will now meet in Olin 212. There are links to code discussed today on the class web page. Abstract Data Types or ADT When programming, we use modules/modularity to partition our code for three reasons:
Complex Numbers Data (a+bi) real coefficient, imaginary coefficient Operations Complex—constructor realIs—accesser function that returns the real coefficient imagIs—accesser function that returns the imaginary coefficient