I think it is quite simple and you are on the right track. You should change this line:
Code:
public cCarteira(double sC) : base()


to
Code:
public cCarteira(double sC) : base(sC)