add1 method

dynamic add1()

Implementation

add1(){
  count++;
}