COMS S1007 Object-Oriented Programming and Design in Java July 5, 2007.

Slides:



Advertisements
Similar presentations
Mathematics 2 The Tenth lectures Eighth week 26/ 5/ 1436 هـ أ / سمر السلمي.
Advertisements

Mathematics 2 The Eighth and Ninth lectures Seventh week / 5/ 1436 هـ أ / سمر السلمي.
Mathematics 2 The Seventeenth and Eighteenth lectures Fourteenth week 9-10/ 7/ 1436 هـ أ / سمر السلمي.
COMS S1007 Object-Oriented Programming and Design in Java July 8, 2008.
Part 2 Biophysics 101 Jon Radoff, TF Teaching materials by Ivan Ovcharenko
COMS W1004 Introduction to Computer Science June 24, 2009.
COMS W1004 Introduction to Computer Science June 15, 2009.
COMS W1004 Introduction to Computer Science June 25, 2008.
MA 2611 Applied Statistics I ‘D’ Term 2003 Prof. Carlos J. Morales.
COMS S1007 Object-Oriented Programming and Design in Java August 5, 2008.
Finance 5040 Spring 2011 Welcome Dr. James Conover.
COMS W1004 Introduction to Computer Science May 28, 2008.
COMS S1007 Object-Oriented Programming and Design in Java July 15, 2008.
COMS S1007 Object-Oriented Programming and Design in Java July 24, 2008.
COMS S1007 Object-Oriented Programming and Design in Java August 7, 2007.
COMS W1004 Introduction to Computer Science June 17, 2009.
COMS S1007 Object-Oriented Programming and Design in Java July 31, 2008.
EE 220 (Data Structures and Analysis of Algorithms) Instructor: Saswati Sarkar T.A. Prasanna Chaporkar, Programming.
COMS W1004 Introduction to Computer Science May 29, 2009.
COMS S1007 Object-Oriented Programming and Design in Java July 3, 2007.
COMS W1004 Introduction to Computer Science May 27, 2009.
COMS S1007 Object-Oriented Programming and Design in Java July 10, 2008.
Computer Science 102 Data Structures and Algorithms V Fall 2009 Lecture 1: administrative details Professor: Evan Korth New York University 1.
© 2004 Goodrich, Tamassia CS2210 Data Structures and Algorithms Lecture 1: Course Overview Instructor: Olga Veksler.
CLASS ORIENTATION MGMT 464 Project Management Spring 2014.
EECE 310 Software Engineering Lecture 0: Course Orientation.
MGS 351 Introduction to Management Information Systems
Instructor: Tina Tian. About me Office: RLC 203A Office Hours: Wednesday 1:30 - 4:30 PM or .
Software Testing and Maintenance 1 Today’s Agenda  Syllabus.
Administrative Issues ICS 151 Winter 2010 Instructor: Eli Bozorgzadeh.
GdI/ICS 1 WS 2008/2009 Telecooperation/RBG Prof. Dr. Max Mühlhäuser, Dr. Guido Rößling, Melanie Hartmann, Daniel Schreiber.
CSc2010 Lab Fall 2015 Bing Li. Contact  Name : Bing Li   Website : cs.gsu.edu/~bli6  Office : Suntrust.
Welcome to CS 115! Introduction to Programming. Class URL Write this down!
ISC/GAM 4322 ISC 6310 Multimedia Development and Programming Introduction.
1 Principles of Computer Science I Note Set 1 CSE 1341.
Computer Science 102 Data Structures and Algorithms CSCI-UA.0102 Fall 2012 Lecture 1: administrative details Professor: Evan Korth New York University.
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
CS4432: Database Systems II Course Logistics 1. Textbook 2 Required “Database Systems: The Complete Book”, Second Edition Hector Garcia-Molina, Jeffrey.
IST 210: Organization of Data
ICS202 Data Structures King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science Department.
Today’s Agenda  Syllabus  Software Engineering Research.
Warm-Up Calculate the total hours worked for the week AM PM DayIn OutIn Out Mon7:30 12:401:30 5:50 Tues5:45 10:1511:15 2:00 Wed6:00 11:2012:15 7:45 Thurs8:30.
It’s as Easy as… 1.Login 2.Submit Your Order 3.Track your Files Progress Let Us Show You How! 4. Print Published Documents Innovative technology that gives.
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
COMS W1004 Introduction to Computer Science June 2, 2008.
IST 210: ORGANIZATION OF DATA Introduction IST210 1.
ICS 151 Digital Logic Design Spring 2004 Administrative Issues.
CMPT 238 Data Structures Instructor: Tina Tian. General Information Office: RLC 203A Office Hour: Tue and Fri 12:30 - 2:00PM.
CMPT 463 Artificial Intelligence Instructor: Tina Tian.
COMP9024: Data Structures and Algorithms Course Outline Hui Wu Session 1, 2016
Mathematics 2 the First and Second Lectures
5 Day Forecast Mon Tues Wed Thu Fri.
CSCE 121, Sec 200 Fall 2012 Prof. Jennifer L. Welch.
COMP9024: Data Structures and Algorithms
Introduction to Statistical Signal Processing
CMPT 238 Data Structures Instructor: Tina Tian.
COMS S1007 Object-Oriented Programming and Design in Java
CS 201 – Data Structures and Discrete Mathematics I
Information Systems Security Winter
MON TUE WED THU
Logistics Instructor: Mohamed Eltabakh
COMS S1007 Object-Oriented Programming and Design in Java
Sun Mon Tue Wed Thu Fri Sat
Sun Mon Tue Wed Thu Fri Sat
Computer Engineering Department Islamic University of Gaza
2016 | 10 OCT SUN MON TUE WED THU FRI SAT
Sun Mon Tue Wed Thu Fri Sat
CMPT 420 / CMPG 720 Artificial Intelligence
Computer Engineering Department Islamic University of Gaza
CMPT 238 Data Structures Instructor: Tina Tian.
Presentation transcript:

COMS S1007 Object-Oriented Programming and Design in Java July 5, 2007

Last time Review of Java basics –Third edition: Chapters 1-6 except “T” (Testing) and “G” (Graphics) sections –Second edition, chapters 1-7 but not ch.5

Today Designing Java classes –Third edition: Read sections 8.1 – 8.9 –Second edition: Chapter 9 Software Testing –Third edition: 2.8, 3.6 –Second edition: start of Chapter 10 NetBeans IDE

Stock Tracking application Design an application that allows a user to track the stocks he/she owns The application should let the user: –Buy (add) and sell (remove) shares of a stock –Change the price of a stock –See the value of an individual stock –Calculate the profit/loss made for each stock –See the profit/loss of all stocks –See the total value of all stocks –Sort all stocks by name, # of shares, or current value

Next week Office hours: –Mon: 4-5pm (Hila) –Tue: cancelled –Wed: 4-5pm (Hila) –Thu: 3:30-4:30 (Chris) Hila will give the lecture on Tuesday

Homework #1 Link will be posted on website and CourseWorks Due Thursday July 12 at 5:30pm –NO LATE SUBMISSIONS ACCEPTED! Print a copy of your source code AND submit it electronically

NetBeans IDE