Name that data members and member functions which can be accessed from the member functions of class sciencebook
Answers
Answered by
1
void readtbook () ;
void showtbook ();
int standard ;
char topic[20] ;
void readsciencebook() ;
void showsciencebook();
Similar questions