increment method

void increment()

Increments the quantity of this item.

Implementation

void increment() {
  quantity++;
}