In OO programming this scenario of object and behaviour inheritence is quite common: Animal -> make sound -> dog -> make sound -> bark -> cat -> make sound -> miauw -> snail -> make sound -> nothing How do you best implement this in Mendix?
↧