9

PowerPoint Presentationcs235ta/references/UML/B-Y-UML.pdf · Sometimes, we will define a class within a class, or a struct within a class. When we do this, we include the class/struct

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: PowerPoint Presentationcs235ta/references/UML/B-Y-UML.pdf · Sometimes, we will define a class within a class, or a struct within a class. When we do this, we include the class/struct
Page 2: PowerPoint Presentationcs235ta/references/UML/B-Y-UML.pdf · Sometimes, we will define a class within a class, or a struct within a class. When we do this, we include the class/struct
Page 3: PowerPoint Presentationcs235ta/references/UML/B-Y-UML.pdf · Sometimes, we will define a class within a class, or a struct within a class. When we do this, we include the class/struct
Page 4: PowerPoint Presentationcs235ta/references/UML/B-Y-UML.pdf · Sometimes, we will define a class within a class, or a struct within a class. When we do this, we include the class/struct
Page 5: PowerPoint Presentationcs235ta/references/UML/B-Y-UML.pdf · Sometimes, we will define a class within a class, or a struct within a class. When we do this, we include the class/struct
Page 6: PowerPoint Presentationcs235ta/references/UML/B-Y-UML.pdf · Sometimes, we will define a class within a class, or a struct within a class. When we do this, we include the class/struct
Page 7: PowerPoint Presentationcs235ta/references/UML/B-Y-UML.pdf · Sometimes, we will define a class within a class, or a struct within a class. When we do this, we include the class/struct

Sometimes, we will define a class within a class, or a struct within a class. When we do this, we include the class/struct declaration inside of the outer class, and then create another box to hold the information for the class/struct.

To show this connection, we use a circle with a cross through it. The circle should be closest to the class that contains the inner class/struct.

Page 8: PowerPoint Presentationcs235ta/references/UML/B-Y-UML.pdf · Sometimes, we will define a class within a class, or a struct within a class. When we do this, we include the class/struct
Page 9: PowerPoint Presentationcs235ta/references/UML/B-Y-UML.pdf · Sometimes, we will define a class within a class, or a struct within a class. When we do this, we include the class/struct