Accessing Value from constructor [closed]

Just like this:

bool Fraction::isEmpty() const
{
    return denom == -1;
}

Leave a Comment