S
sanerqi
class A{
/*...*/
};
class B:A{
/*....*/
};
class B is derived from A? there is not "public","private"... before
A,why?
/*...*/
};
class B:A{
/*....*/
};
class B is derived from A? there is not "public","private"... before
A,why?