interface Drikkbar { // Vi trenger ikke aa erklere metodene for abstrakt i et interface void fyllGlass(); void fyllOpp(); }