powerpoint presentationcs235ta/references/uml/b-y-uml.pdf · sometimes, we will define a class...

9

Upload: others

Post on 17-Oct-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

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