Skip to content

Commit

Permalink
delete class question (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyokaanan committed May 3, 2024
1 parent 623c65c commit 0349479
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/2-browser-apps/03-class/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -483,11 +483,3 @@ class Circle extends Shape {
<ViewSource url={import.meta.url} path="_samples/shape-class" />

</Answer>

## 思考問題

### 点と図形

点 (`Point`) クラスを実装します。`Point` クラスは `Shape` クラスを継承するべきでしょうか?

また、その理由を考えてみましょう。

0 comments on commit 0349479

Please sign in to comment.