#pragma once class Opteller { private: int som; public: void initialiseer(); void voegWaardeToe(int waarde); int geefSom(); };