PPT Slide
protected String strName = “”;
protected String strNoise = “”;
protected int iNumTimesPerformed = 0;
// constructors, accessors & modifiers go here
public void identifySelf( ) {
System.out.println(“My name is “ + strName);
public void perform ( ) {
public void doYourThing( ) {