例如
case class My(a:A) { def m(args) = {...} } or object My { def m(m:My,args) = {...} }
此外,您可以稍后覆盖案例类方法或扩展和混合一些特征.