M/F 2:30-3:20 |
CS 1130: Transition to OO Programming Spring 2016 |
Main
About: Overview Announcements Staff Consultants Calendar Materials: Texts DrJava Terminology Lectures: In-Class Web-Based VideoNote Assessment: Grading Assignments Labs Resources: CMS Piazza (link) Piazza (about) Java API Style Guide Academic Integrity |
Self-Help ExerciseAnswer to Second Drawing ObjectsDraw an object for a class
and the four methods:
We chose the names of the fields and methods. We annotated each field with its type; you don't have to do this. With each method, we put the types of its parameters in parentheses. You don't have to do this now. You will learn more about parameters and their types later on. |