class B feature -- Functions with different number of arguments f0: BOOLEAN is do end f1 (x: BOOLEAN): BOOLEAN is do end f2 (x, y: BOOLEAN): BOOLEAN is do end end