When can we add extra properties to a subclass?

Only after the super() methodAt any point in the constructor

When can only add extra properties to a subclass after the super() method.