[Cs3] default inheritance access

Mikhail Nesterenko mikhail at cs.kent.edu
Wed Oct 26 13:55:52 EDT 2016


CS3 students,

Yes, you may skip the inheritance access. By default it is
private. That is

class A: B {
...
};

Means 

class A: private B{
...
};

Thanks,
-- 
Mikhail


More information about the cs3 mailing list