home *** CD-ROM | disk | FTP | other *** search
/ European Smalltalk User Group 2004 September / esugcd.iso / Books-Tutorial-Lectures / Tutorials / ibm / pic / gif / oo009090.gif < prev    next >
Graphics Interchange Format  |  2002-05-06  |  4.4 KB  |  506x293  |  1-bit (2 colors)
   ocr: initialize method din Person initialize "Initialize the instance variables. self name: String new; address: String new; phoneNumber: String new initialize method in Customer initialize Initialize the instance variables. super initialize. selt customerOrders: Set new