Override get, but not set

One possible answer would be to override the getter, and then to implement a separate setter method. If you don’t want the property setter to be defined in the base, you don’t have many other options.

public override double MyPop
{
    get { return _myPop; }
}

public void SetMyPop(double value)
{
    _myPop = value;
}

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)