I have classes Ally and Enemy, both subclassed from Character. How can I use Character's constructor from inside the constructor's of Enemy and Ally? Something similar to super() in Java, but I don't know the syntax...
- [c-prog] Calling a superclass constructor Michael Sullivan
