setNum method

void setNum(
  1. int num
)

Implementation

void setNum( int num ){
	_num = num;
}