CPT304 SoftwareEngineeringII 软件工程 2 Pt.5 软件复用(Software Reuse)像 Google 和 Netflix 这样的公司,通过重复使用已有代码,可以节省数百万美元。在这章中,我们也将学习如何做到类似的事情。 定义:软件复用就是使用已有的软件组件,比如代码、设计方案等,来构建新的系统(Software reuse is the practice of using existing software components (code, designs, etc.) to build new system)。