Written in a way which refer to different categories of public functions

statement

        Time t1;
        Time *tptr;

Refer to different ways to write a public function

        t1.printStandard();
        tptr->printStandard();
Published 10 original articles · won praise 0 · Views 21

Guess you like

Origin blog.csdn.net/qq_44933833/article/details/104950962