![](https://secure.gravatar.com/avatar/19af3f2b9341fa9da945158b2ff36240.jpg?s=120&d=mm&r=g)
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 } }