アクセス修飾子
classのpublicとかprivateとかの総称
public
private
static
instanceを生成せずに呼ぶことができるmethod
どういう仕組み?
どのへんが「静的」?
protectedアクセス修飾子
finalアクセス修飾子
get
set