SyntaxFix
Write A Post
Hire A Developer
Questions
Implementation wise you will often see inside super() statement in subclasses constructors, something like:
public class A extends AbstractB{ public A(...){ super(String constructorArgForB, ...); ... } }