abstract factory pattern
常見例句
- Before diving into DI containers, let's first review a core pattern used through DI containers, the Abstract Factory pattern.
在進(jìn)入DI容器之前,先讓我們回顧下貫穿整個(gè)DI容器的核心模式,抽象工廠模式。 - Utilizing the Abstract Factory pattern in your applications allows you to define abstract classes to create families of objects.
在你的程序中使用抽象工廠模式允許你定義抽象類來(lái)創(chuàng)建對(duì)象系列。 - For the design of protocol manager, we use the Proactor Pattern and abstract factory to increase the scalability of the system and reduce the coupling degree between modules.
在協(xié)議管理器的設(shè)計(jì)上,使用了前攝器模式和抽象工廠,增加整個(gè)系統(tǒng)的擴(kuò)展性并降低了模塊之間的耦合度。 返回 abstract factory pattern