Home Segments Top Top Previous Next

37: Mainline

The definition of the Demonstrate class begins with two keywords: public and class.

  *-- Keywords 
  | 
  v 
------------ 
public class Demonstrate { 
 ... 
}