> For the complete documentation index, see [llms.txt](https://go.netdpi.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://go.netdpi.net/struct_interface/09.04-wen-ti.md).

# 09.04-問題

* 一個 method 與函式的差異為何？
* 為何你要使用一個嵌入式匿名欄位，而不使用一般的命名欄位呢？
* 在 `Shape` interface 新增一個稱為 `perimeter` 的新 method，`perimeter` 可以計算 shape 的週長，請為 `Circle` 與 `Rectangle` 實做 method。
