C++基础之时钟案例

    Abstract

    ◆ Abstraction is the ability to ignore details of parts to focus attention on a higher level of a problem.

    ◆ Modularization is the process of dividing a whole into well-defined parts, which can be built and examined separately, and which interact in well-defined ways.

    Modularizing the clock display

C++基础之时钟案例

    Objects & Classes

C++基础之时钟案例

    Class Diagram

C++基础之时钟案例