Template for Class definition Import statement Class Comment Describe the class in the javadoc fomat class Class Name Declarations Declare data members shared by multiple methods here Methods C 2000 McGraw-Hill troduction to Object-Oriented Programming with Java--Wu Chapter 4-8© 2000 McGraw-Hill Introduction to Object-Oriented Programming with Java--Wu Chapter 4 - 8 Template for Class Definition class { } . . . Import Statement Class Comment Describe the class in the javadoc format. Class Name Declarations Declare data members shared by multiple methods here. Methods