/* constructor */
public Dog ( boolean dangerous )
   {
   this.dangerous = dangerous;
   }
private boolean dangerous;