You've seen classes defined in the following way: class MyClass { // field, constructor, and // method declarations }. This is a class declaration. The class body ...
www.google.com.tw