Differences between revisions 8 and 9
Revision 8 as of 2011-01-08 06:28:40
Size: 206
Editor: cache6-1
Comment: http://www.adventuregamingstl.org/viagra.aspx viagra and levitra 525 http://www.adventuregamingstl.org/cialis.aspx cialis rejxfm http://www.dasolindas.com/ambien.html ambien 90035
Revision 9 as of 2011-01-10 22:53:24
Size: 822
Editor: JunHu
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
 http://www.adventuregamingstl.org/viagra.aspx viagra and levitra 525 http://www.adventuregamingstl.org/cialis.aspx cialis rejxfm http://www.dasolindas.com/ambien.html ambien 90035
----
CategoryHomepage
##ACL All:
= Week 1 =

<<Anchor(week1)>>{{{#!CSV
What I do; Who I am
I am compiled from a .java file; class
My instance variable values can be different from my buddy's values; object
I behave like a template; class
I like to do stuff; object, method
I can have many methods; object, class
I represent a ''state''; instance variable
I have behaviors; object, class
I am located in objects; instance variable
I live on the heap; object
I am used to create object instances; class
My state can chage; object, instance variable
I declare methods; class
I can change at run time; object, instance variable
}}}

== Week 8 & 9 ==
=== Activity diagram ===
{{attachment:buddysession.jpg}}

=== State diagram ===
{{attachment:buddystate.jpg}}

=== Sequence diagram ===
{{attachment:buddysequence.jpg}}

Week 1

What I do Who I am
I am compiled from a .java file class
My instance variable values can be different from my buddy's values object
I behave like a template class
I like to do stuff object, method
I can have many methods object, class
I represent a ''state'' instance variable
I have behaviors object, class
I am located in objects instance variable
I live on the heap object
I am used to create object instances class
My state can chage object, instance variable
I declare methods class
I can change at run time object, instance variable

Week 8 & 9

Activity diagram

buddysession.jpg

State diagram

buddystate.jpg

Sequence diagram

buddysequence.jpg

JunHu: ObjectOrientedAnimals/200802/HomeworkAnswers (last edited 2011-01-10 22:53:24 by JunHu)