On this page:
2.7.1 Objectives
2.7.2 Exercises (due 2011/  10/  03 08:  45:  00)
2.7.3 Optional Exercises (due 2011/  10/  07 08:  45:  00)
2.7.4 Notes

2.7 Methods

There is a method

to C++’s madness,

But I don’t know it

2.7.1 Objectives

At the end of this class, you should know:

At the end of this class, you should be able:

2.7.2 Exercises (due 2011/10/03 08:45:00)

1. Redo day 5, exercise 1 (about baseball players) with methods

2. Redo day 5, exercise 3 (about jet fighters) with methods

3. Redo day 6, exercise 2 (about feeding cats) with methods

4. Redo day 6, exercise 5 (about feeding cats in zoos) with methods

2.7.3 Optional Exercises (due 2011/10/07 08:45:00)

5. Redo day 5, exercise 2 (about jet fighters) with methods

6. Redo day 6, exercise 1 (about seniors) with methods

2.7.4 Notes

These notes are primarily for my sake, but I don’t see any reason to hide them from you.

Convert programs from #5 and #6 lectures

 

We can use the same name in different class... we couldn't do that before

 

Make sure I talk about ->equals() and ==

 

This is just prep for tomorrow...