In Java, can I somehow force a class that extends an abstract class to implement its constructor with a Object as a parameter?
Something like
public
EDIT
Well, no, its not possible to force the implementation of a constructor with argument.