B
bob
is this true of private inheritance?
public stuff becomes private
private stuff becomes inaccessible to the new class
protected stays protected and is accessible to the new class
public stuff becomes private
private stuff becomes inaccessible to the new class
protected stays protected and is accessible to the new class