
5 Nov
2014
5 Nov
'14
4:21 a.m.
Is there a way to do something like this in ChucK? class A extends B { // override B's method public void doSomething(){ super.doSomething(); // do other things too } }