Note.C constructor

const Note.C(
  1. int octave
)

Implementation

const Note.C(int octave) : this._("C", "Do", octave);