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

}

}
_______________________________________________
chuck-users mailing list
[email protected]
https://lists.cs.princeton.edu/mailman/listinfo/chuck-users

Reply via email to