Browse Source

上传文件至 'w4'

main
WangHe 3 weeks ago
parent
commit
d5528fc68c
  1. BIN
      w4/Report.docx
  2. 20
      w4/视图.txt

BIN
w4/Report.docx

Binary file not shown.

20
w4/视图.txt

@ -0,0 +1,20 @@
+----------------+
| <<abstract>> |
| Shape |
+----------------+
| |
| + getArea(): double (abstract) |
| + display() |
+----------------+
+-----+-----+-----+
| | |
+----------+ +----------+ +----------+
| Circle | | Rectangle| | Triangle |
+----------+ +----------+ +----------+
| -radius | | -width | | -sideA |
| | | -height | | -sideB |
| +getArea()| | +getArea()| | -sideC |
+----------+ +----------+ | +getArea()|
+----------+
Loading…
Cancel
Save