Skip to content

Commit 1b11429

Browse files
authored
delete class question (#713)
1 parent ed4283c commit 1b11429

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/2-browser-apps/03-class/index.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -484,11 +484,3 @@ class Circle extends Shape {
484484
<ViewSource url={import.meta.url} path="_samples/shape-class" />
485485

486486
</Answer>
487-
488-
## 思考問題
489-
490-
### 点と図形
491-
492-
点 (`Point`) クラスを実装します。`Point` クラスは `Shape` クラスを継承するべきでしょうか?
493-
494-
また、その理由を考えてみましょう。

0 commit comments

Comments
 (0)