Duncan wrote:protected method 應該很常見吧?當你在做 template method 時那些留給 derived class 去實做的 hook method 就可以使用 protected method。