目录顺序控制分支控制if语句switch语句循环控制for循环语句跳转控制break语句continue语句goto语句return语句顺序控制
I want to create a set of classes that share a lot of common behavior. Of course in OOP when you think that you automatically think \"abstract class with subclasses\". But among the things I want thes