Thread: Java
View Single Post
Old 08-11-2003, 06:13 PM   PM User | #2
Jason
Regular Coder

 
Join Date: Feb 2003
Location: California
Posts: 925
Thanks: 0
Thanked 0 Times in 0 Posts
Jason is an unknown quantity at this point
well, objects are a way of associating things I guess you could say. so if you wanted a heap or stack of peoples names they would only be names. But if you wanted some association so that the names might have some association you could have something like person.male.name or person.female.name where male and female are both types of persons and they each have a name associated with them. Does that make sense?

Jason
Jason is offline   Reply With Quote