class A{
/*...*/
};
class B:A{
/*....*/
};
class B is derived from A? there is not "public","priva te"... before
A,why?
/*...*/
};
class B:A{
/*....*/
};
class B is derived from A? there is not "public","priva te"... before
A,why?
Comment