Wyo Java - Chapter 2 Resources

Ch. 2 Lecture Notes

Ch. 2 Demo #1 - Tank class

Ch. 2 Demo #2 - TankTest test class

Ch. 2 Demo #3 - Bot class uses this object and calls one constructor from another constructor

Ch. 2 Demo #4 - BotTest test class

Ch. 2 Demo aliasing - example of an object variable being an alias

Ch. 2 Worksheet #1 - identify parts of a class

Ch. 2 Project #1 - your own custom-made class and test class

Ch. 2 Project #2 - a text, role-playing game that uses Point & Rectangle objects and boundary detection

Ch. 2 Practice Test